Searched refs:tmpdir (Results 1 – 4 of 4) sorted by relevance
/build/tools/releasetools/ |
D | sign_target_files_apks | 154 tmpdir = tempfile.mkdtemp() 156 fn = os.path.join(tmpdir, fn) 158 fn = os.path.join(tmpdir, fn) 237 "recovery.img", "recovery.img", tmpdir, "RECOVERY", info_dict=misc_info) 239 "boot.img", "boot.img", tmpdir, "BOOT", info_dict=misc_info) 244 common.MakeRecoveryPatch(tmpdir, output_sink, recovery_img, boot_img, 247 shutil.rmtree(tmpdir)
|
D | ota_from_target_files | 429 def GetImage(which, tmpdir, info_dict): argument 437 path = os.path.join(tmpdir, "IMAGES", which + ".img") 438 mappath = os.path.join(tmpdir, "IMAGES", which + ".map") 455 tmpdir, info_dict, block_list=mappath) 458 tmpdir, info_dict, block_list=mappath)
|
D | common.py | 1041 tmpdir = tempfile.mkdtemp() 1042 OPTIONS.tempfiles.append(tmpdir) 1043 self.path = os.path.join(tmpdir, partition)
|
/build/core/ |
D | Makefile | 493 INTERNAL_BOOTIMAGE_ARGS += --tmpdir $(tmp_dir_for_image)
|