Searched refs:copyfile (Results 1 – 6 of 6) sorted by relevance
/system/apex/apexer/ |
D | apexer.py | 438 def copyfile(src, dst): function 441 shutil.copyfile(src, dst) 465 copyfile(args.manifest, os.path.join(manifests_dir, 'apex_manifest.pb')) 468 copyfile(args.manifest_json, os.path.join(manifests_dir, 'apex_manifest.json')) 539 shutil.copyfile(img_file, args.output) 590 shutil.copyfile(img_file, args.output) 607 shutil.copyfile(args.android_manifest, android_manifest_file) 616 copyfile(args.manifest, os.path.join(content_dir, 'apex_manifest.pb')) 618 copyfile(args.manifest_json, os.path.join(content_dir, 'apex_manifest.json')) 622 shutil.copyfile(args.pubkey, os.path.join(content_dir, 'apex_pubkey'))
|
D | apexer_test.py | 284 shutil.copyfile(unsigned_payload, signed_payload) 313 shutil.copyfile(apex_file_path, fn)
|
/system/timezone/ |
D | download-iana-files.py | 101 shutil.copyfile(latest_iana_tar_filename, new_local_iana_tar_file) 103 shutil.copyfile(signature_filename, new_local_signature_file)
|
/system/sepolicy/build/ |
D | file_utils.py | 52 shutil.copyfile(tmp_output.name, input_file)
|
/system/extras/simpleperf/scripts/ |
D | update.py | 105 shutil.copyfile(target[6:], name)
|
D | test.py | 161 shutil.copyfile(source, target) 1430 shutil.copyfile(TEST_HELPER.testdata_path('data/symfs_without_build_id/elf'), name)
|