Searched refs:file_path (Results 1 – 10 of 10) sorted by relevance
/build/make/tools/releasetools/merge/ |
D | merge_compatibility_checks.py | 117 file_path = os.path.join(target_files_dir, partition_map[partition], path) 118 if os.path.exists(file_path): 119 return file_path
|
D | merge_utils.py | 64 for file_path in filtered_file_paths: 65 original_file_path = os.path.join(from_dir, file_path) 66 copied_file_path = os.path.join(to_dir, file_path)
|
/build/make/tools/releasetools/ |
D | test_blockimgdiff.py | 280 self.file_path = common.MakeTempFile() 282 with open(self.file_path, 'wb') as f: 284 self.file = FileImage(self.file_path)
|
D | validate_target_files.py | 59 def ValidateFileAgainstSha1(input_tmp, file_name, file_path, expected_sha1): argument 63 unpacked_name = os.path.join(input_tmp, file_path) 227 file_path='IMAGES/boot.img', 245 file_path='IMAGES/recovery.img',
|
D | add_img_to_target_files | 695 file_path = os.path.join(OPTIONS.input_tmp, item) 696 assert os.path.exists(file_path) 697 common.ZipWrite(output_zip, file_path, arcname=item)
|
D | add_img_to_target_files.py | 695 file_path = os.path.join(OPTIONS.input_tmp, item) 696 assert os.path.exists(file_path) 697 common.ZipWrite(output_zip, file_path, arcname=item)
|
D | common.py | 869 def LoadListFromFile(file_path): argument 870 with open(file_path) as f: 874 def LoadDictionaryFromFile(file_path): argument 875 lines = LoadListFromFile(file_path)
|
D | test_common.py | 1351 file_path = os.path.join(self.testdata_dir, 1353 contents = common.LoadListFromFile(file_path)
|
/build/bazel/scripts/difftool/ |
D | difftool.py | 96 def _artifact_type(file_path): argument 97 ext = file_path.suffix
|
/build/make/tools/warn/ |
D | warn_common.py | 471 file_path = split_output[0] 475 return file_path, line_number, col_number, warning_message
|