Home
last modified time | relevance | path

Searched refs:dest_file (Results 1 – 6 of 6) sorted by relevance

/build/ohos/ndk/
Dcopy_notices_file.py41 dest_file = os.path.join(notice_root_dir,
44 with open(dest_file, 'a') as dest_notice:
70 dest_file = os.path.join(nf_dest_dir, file_name)
71 shutil.copy(notice, dest_file)
/build/lite/testfwk/
Dlite_testcase_resource_copy.py175 dest_file = resource_info.get('dest')
176 dest_dir = os.path.dirname(dest_file)
178 copy_dir(src_file, dest_file)
182 shutil.copy2(src_file, dest_file)
/build/ohos/sa_profile/sa_info_process/
Dmerge_sa_info.py111 dest_file = os.path.join(self.output_dir, basename)
112 shutil.copyfile(source_file, dest_file)
204 dest_file = os.path.join(output_dir, ntpath.basename(merged_file))
205 rearragement.sort(merged_file, dest_file)
Dsort_sa_by_bootphase.py140 def __rearrange_systemability_node_nonstrict(self, dest_file): argument
155 tree.write(dest_file, encoding="utf-8", xml_declaration=True)
157 def __rearrange_systemability_node_strict(self, dest_file): argument
172 with open(dest_file, "w", encoding="utf-8") as xml_files:
399 def sort(self, source_file, dest_file): argument
412 self.__rearrange_systemability_node_strict(dest_file)
/build/ohos/testfwk/
Dtestcase_resource_copy.py180 dest_file = resource_info.get('dest')
181 dest_dir = os.path.dirname(dest_file)
183 result_files = copy_dir(src_file, dest_file)
188 shutil.copy2(src_file, dest_file)
191 result_dest_list.append(dest_file)
/build/
Dprebuilts_download.py86 with open(local_file, "wb") as dest_file:
89 dest_file.write(data)
106 with open(local_file, "wb") as dest_file:
108 dest_file.write(data)