Lines Matching refs:tmpdir
263 tmpdir = tempfile.mkdtemp(prefix='binman.')
264 updated_fname = os.path.join(tmpdir, 'image-updated.bin')
267 return tmpdir, updated_fname
373 tmpdir = tempfile.mkdtemp(prefix='binmant.')
374 dtb = fdt_util.EnsureCompiled(self.TestFile(fname), tmpdir)
378 shutil.rmtree(tmpdir)
2588 tmpdir, updated_fname = self._SetupImageInTmpdir()
2592 shutil.rmtree(tmpdir)
2614 tmpdir, updated_fname = self._SetupImageInTmpdir()
2618 shutil.rmtree(tmpdir)
2746 tmpdir, updated_fname = self._SetupImageInTmpdir()
2751 shutil.rmtree(tmpdir)
3349 tmpdir, updated_fname = self._SetupImageInTmpdir()
3351 fname = os.path.join(tmpdir, 'update-u-boot.bin')
3358 map_fname = os.path.join(tmpdir, 'image-updated.map')
3361 shutil.rmtree(tmpdir)
3405 tmpdir, updated_fname = self._SetupImageInTmpdir()
3413 map_fname = os.path.join(tmpdir, 'image-updated.map')
3416 shutil.rmtree(tmpdir)