Searched refs:shutil (Results 1 - 25 of 25) sorted by relevance

/build/make/tools/
H A Dauto_gen_test_config.py21 import shutil namespace
61 shutil.copyfile(empty_config, target_config)
H A Dauto_gen_test_config_test.py20 import shutil namespace
126 shutil.rmtree(self.test_dir, ignore_errors=True)
/build/make/tools/releasetools/
H A Dimg_from_target_files.py38 import shutil namespace
94 shutil.rmtree(OPTIONS.input_tmp)
H A Dimg_from_target_files38 import shutil namespace
94 shutil.rmtree(OPTIONS.input_tmp)
H A Dbuild_image.py31 import shutil namespace
608 shutil.rmtree(in_dir)
609 shutil.copytree(ramdisk_dir, in_dir, symlinks=True)
611 shutil.rmtree(staging_system, ignore_errors=True)
612 shutil.copytree(origin_in, staging_system, symlinks=True)
H A Dadd_img_to_target_files51 import shutil namespace
213 shutil.copy(dtbo_prebuilt_path, img.name)
518 shutil.copy(img_radio_path, prebuilt_path)
529 shutil.copy(os.path.join(root, img_name), prebuilt_path)
605 shutil.copy(img_radio_path, prebuilt_path)
H A Dadd_img_to_target_files.py51 import shutil namespace
213 shutil.copy(dtbo_prebuilt_path, img.name)
518 shutil.copy(img_radio_path, prebuilt_path)
529 shutil.copy(os.path.join(root, img_name), prebuilt_path)
605 shutil.copy(img_radio_path, prebuilt_path)
H A Dsign_target_files_apks.py101 import shutil namespace
181 shutil.copyfileobj(in_file, out_file)
221 shutil.copyfileobj(in_file, out_file)
H A Dsign_target_files_apks101 import shutil namespace
181 shutil.copyfileobj(in_file, out_file)
221 shutil.copyfileobj(in_file, out_file)
H A Dcommon.py27 import shutil namespace
582 shutil.copyfileobj(in_file, out_file)
1059 shutil.rmtree(i, ignore_errors=True)
H A Dota_from_target_files.py166 import shutil namespace
1678 shutil.copyfile(input_file, target_file)
H A Dota_from_target_files166 import shutil namespace
1678 shutil.copyfile(input_file, target_file)
/build/tools/
H A Dauto_gen_test_config.py21 import shutil namespace
61 shutil.copyfile(empty_config, target_config)
H A Dauto_gen_test_config_test.py20 import shutil namespace
126 shutil.rmtree(self.test_dir, ignore_errors=True)
/build/tools/releasetools/
H A Dimg_from_target_files.py38 import shutil namespace
94 shutil.rmtree(OPTIONS.input_tmp)
H A Dimg_from_target_files38 import shutil namespace
94 shutil.rmtree(OPTIONS.input_tmp)
H A Dbuild_image.py31 import shutil namespace
608 shutil.rmtree(in_dir)
609 shutil.copytree(ramdisk_dir, in_dir, symlinks=True)
611 shutil.rmtree(staging_system, ignore_errors=True)
612 shutil.copytree(origin_in, staging_system, symlinks=True)
H A Dadd_img_to_target_files51 import shutil namespace
213 shutil.copy(dtbo_prebuilt_path, img.name)
518 shutil.copy(img_radio_path, prebuilt_path)
529 shutil.copy(os.path.join(root, img_name), prebuilt_path)
605 shutil.copy(img_radio_path, prebuilt_path)
H A Dadd_img_to_target_files.py51 import shutil namespace
213 shutil.copy(dtbo_prebuilt_path, img.name)
518 shutil.copy(img_radio_path, prebuilt_path)
529 shutil.copy(os.path.join(root, img_name), prebuilt_path)
605 shutil.copy(img_radio_path, prebuilt_path)
H A Dsign_target_files_apks.py101 import shutil namespace
181 shutil.copyfileobj(in_file, out_file)
221 shutil.copyfileobj(in_file, out_file)
H A Dsign_target_files_apks101 import shutil namespace
181 shutil.copyfileobj(in_file, out_file)
221 shutil.copyfileobj(in_file, out_file)
H A Dcommon.py27 import shutil namespace
582 shutil.copyfileobj(in_file, out_file)
1059 shutil.rmtree(i, ignore_errors=True)
H A Dota_from_target_files.py166 import shutil namespace
1678 shutil.copyfile(input_file, target_file)
H A Dota_from_target_files166 import shutil namespace
1678 shutil.copyfile(input_file, target_file)
/build/soong/python/scripts/
H A Dstub_template_host.txt6 import shutil
88 shutil.rmtree(os.path.dirname(runfiles_path), True)

Completed in 128 milliseconds