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 | 299 for file_path in filtered_file_paths: 300 original_file_path = os.path.join(from_dir, file_path) 301 copied_file_path = os.path.join(to_dir, file_path) 578 file_path = os.path.join(d, 'META', file_name) 579 with open(file_path) as f:
|
D | add_img_to_target_files.py | 736 file_path = os.path.join(OPTIONS.input_tmp, item) 737 assert os.path.exists(file_path) 738 common.ZipWrite(output_zip, file_path, arcname=item)
|
D | add_img_to_target_files | 736 file_path = os.path.join(OPTIONS.input_tmp, item) 737 assert os.path.exists(file_path) 738 common.ZipWrite(output_zip, file_path, arcname=item)
|
D | common.py | 736 def LoadListFromFile(file_path): argument 737 with open(file_path) as f: 741 def LoadDictionaryFromFile(file_path): argument 742 lines = LoadListFromFile(file_path)
|
D | test_common.py | 1258 file_path = os.path.join(self.testdata_dir, 1260 contents = common.LoadListFromFile(file_path)
|
/build/make/tools/warn/ |
D | warn_common.py | 435 file_path = split_output[0] 439 return file_path, line_number, col_number, warning_message
|