Searched refs:target_file (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Virtualization/apex/ |
D | replace_bytes.py | 42 def ReplaceBytes(target_file, old_file, new_file): argument 55 with open(target_file, 'r+b') as f: 65 ReplaceBytes(args.target_file, args.old_file, args.new_file)
|
/packages/modules/Bluetooth/system/build/dpkg/libchrome/debian/ |
D | install_headers.py | 55 … target_file = os.path.join(target_dir, install_path, os.path.relpath(file, relative_to)) 57 os.makedirs(os.path.dirname(target_file), exist_ok=True) 58 shutil.copyfile(file, target_file)
|