Home
last modified time | relevance | path

Searched refs:copyfile (Results 1 – 6 of 6) sorted by relevance

/system/apex/apexer/
Dapexer.py438 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'))
Dapexer_test.py284 shutil.copyfile(unsigned_payload, signed_payload)
313 shutil.copyfile(apex_file_path, fn)
/system/timezone/
Ddownload-iana-files.py101 shutil.copyfile(latest_iana_tar_filename, new_local_iana_tar_file)
103 shutil.copyfile(signature_filename, new_local_signature_file)
/system/sepolicy/build/
Dfile_utils.py52 shutil.copyfile(tmp_output.name, input_file)
/system/extras/simpleperf/scripts/
Dupdate.py105 shutil.copyfile(target[6:], name)
Dtest.py161 shutil.copyfile(source, target)
1430 shutil.copyfile(TEST_HELPER.testdata_path('data/symfs_without_build_id/elf'), name)