Searched refs:source_file (Results 1 – 3 of 3) sorted by relevance
/build/ohos/packages/ |
D | generate_host_symlink.py | 38 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)
|
D | fs_process.py | 54 source_file = os.path.join(src_path, lib) 56 shutil.move(source_file, target_file)
|
/build/ohos/sa_profile/sa_info_process/ |
D | sort_sa_by_bootphase.py | 57 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)
|