Searched refs:file_path (Results 1 – 8 of 8) sorted by relevance
/build/make/tools/releasetools/ |
D | validate_target_files.py | 57 def ValidateFileAgainstSha1(input_tmp, file_name, file_path, expected_sha1): argument 61 unpacked_name = os.path.join(input_tmp, file_path) 216 file_path='IMAGES/boot.img', 234 file_path='IMAGES/recovery.img',
|
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 | merge_target_files.py | 302 for file_path in filtered_file_paths: 303 original_file_path = os.path.join(from_dir, file_path) 304 copied_file_path = os.path.join(to_dir, file_path) 593 file_path = os.path.join(d, 'META', file_name) 594 with open(file_path) as f:
|
D | add_img_to_target_files.py | 673 file_path = os.path.join(OPTIONS.input_tmp, item) 674 assert os.path.exists(file_path) 675 common.ZipWrite(output_zip, file_path, arcname=item)
|
D | add_img_to_target_files | 673 file_path = os.path.join(OPTIONS.input_tmp, item) 674 assert os.path.exists(file_path) 675 common.ZipWrite(output_zip, file_path, arcname=item)
|
D | common.py | 858 def LoadListFromFile(file_path): argument 859 with open(file_path) as f: 863 def LoadDictionaryFromFile(file_path): argument 864 lines = LoadListFromFile(file_path)
|
D | test_common.py | 1351 file_path = os.path.join(self.testdata_dir, 1353 contents = common.LoadListFromFile(file_path)
|
/build/make/tools/warn/ |
D | warn_common.py | 439 file_path = split_output[0] 443 return file_path, line_number, col_number, warning_message
|