Home
last modified time | relevance | path

Searched refs:file_path (Results 1 – 10 of 10) sorted by relevance

/build/make/tools/releasetools/merge/
Dmerge_compatibility_checks.py117 file_path = os.path.join(target_files_dir, partition_map[partition], path)
118 if os.path.exists(file_path):
119 return file_path
Dmerge_utils.py64 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/
Dtest_blockimgdiff.py280 self.file_path = common.MakeTempFile()
282 with open(self.file_path, 'wb') as f:
284 self.file = FileImage(self.file_path)
Dvalidate_target_files.py59 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',
Dadd_img_to_target_files695 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)
Dadd_img_to_target_files.py695 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)
Dcommon.py869 def LoadListFromFile(file_path): argument
870 with open(file_path) as f:
874 def LoadDictionaryFromFile(file_path): argument
875 lines = LoadListFromFile(file_path)
Dtest_common.py1351 file_path = os.path.join(self.testdata_dir,
1353 contents = common.LoadListFromFile(file_path)
/build/bazel/scripts/difftool/
Ddifftool.py96 def _artifact_type(file_path): argument
97 ext = file_path.suffix
/build/make/tools/warn/
Dwarn_common.py471 file_path = split_output[0]
475 return file_path, line_number, col_number, warning_message