Home
last modified time | relevance | path

Searched refs:source_file (Results 1 – 3 of 3) sorted by relevance

/build/ohos/packages/
Dgenerate_host_symlink.py38 source_file = module_info.get('source')
39 source_file = os.path.join(root_build_dir, source_file)
43 symlink_dest_dir = os.path.dirname(source_file)
46 subprocess.run(['ln', '-sf', str(source_file), str(symlink_dest_file)])
47 output_result[symlink_dest_file] = str(source_file)
Dfs_process.py54 source_file = os.path.join(src_path, lib)
56 shutil.move(source_file, target_file)
/build/ohos/sa_profile/sa_info_process/
Dsort_sa_by_bootphase.py57 def __parse_json_file(self, source_file): argument
58 with open(source_file, "r", encoding="utf-8") as file:
67 def __rearrange_systemability_node_strict(self, source_file, dest_file): argument
73 with open(source_file, "r", encoding="utf-8") as file:
278 def sort(self, source_file, dest_file): argument
279 self.file_in_process = source_file
284 self.__parse_json_file(source_file)
290 self.__rearrange_systemability_node_strict(source_file, dest_file)