Home
last modified time | relevance | path

Searched refs:source_path (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/liteos/
H A Dgn_file_add_config.py41 source_path, head_path, module, driver, root, devices, kernel = args_tuple
53 if len(source_path) > 1:
58 for source in source_path:
68 for source in source_path:
97 def analyze_parent_path(date, source_path, head_path, argument
116 if source_path:
117 parent_path_temp = source_path.split(devices)[0].strip(
144 relatively_path, source_path, head_path, date_replace)
148 def source_hand_file_path(relatively_path, source_path, head_path, date_replace): argument
149 if source_path:
[all …]
H A Dmk_file_add_config.py41 source_path, head_path, module, driver, root, devices, kernel = args_tuple
53 if len(source_path) > 1:
57 for source in source_path:
61 if source == source_path[-1]:
71 for source in source_path:
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/linux/
H A Dmk_file_add_config.py39 def formate_mk_config_build(source_path, date_lines, devices, root): argument
40 if len(source_path) > 1:
44 for source in source_path:
55 if source == source_path[-1]:
64 for source in source_path:
72 def audio_makefile_template(date_lines, driver, source_path, head_path, devices, root): argument
79 for source in source_path:
90 if source == source_path[-1]:
116 source_path, head_path, module, driver, root, devices, board = args_tuple
137 date_lines, driver, source_path, head_path, devices, root)
/ohos5.0/build/ohos/packages/
H A Dfs_process.py104 source_path = self.fs_dirs_replace(source_dir,
108 if source_dir == '' or not os.path.exists(source_path):
114 self.copy_files(source_path, target_path, fs_dir)
117 source_path, is_changed = self.replace(path)
119 source_path = os.path.join(default_path, path)
120 return source_path
127 def copy_file_process(source_path, target_path): argument
131 tfile = os.path.join(target_path, os.path.basename(source_path))
/ohos5.0/foundation/communication/ipc/services/dbinder/test/
H A Dtest_dbinder.py47 source_path = "%s/%s.xml" % (self.major.test_path, major_target_name)
48 distribute.pull_result(self.major, source_path, self.result_path)
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A DBUILD.gn19 source_path = "${hidumper_frameworks_path}"
33 "${source_path}/include",
34 "${source_path}/",
35 "${source_path}/manager",
36 "${source_path}/dumpers",
/ohos5.0/build/templates/cxx/
H A Dprebuilt.gni52 source_path = rebase_path(invoker.source, root_build_dir)
171 source_path = rebase_path(invoker.source, root_build_dir)
280 source_path = rebase_path(invoker.source, root_build_dir)
286 source_path = source_path
/ohos5.0/build/templates/update/
H A Dmodule_update.gni338 source_path = rebase_path(source, root_build_dir)
339 args += [ source_path ]