Searched refs:source_path (Results 1 – 3 of 3) sorted by relevance
/build/ohos/packages/ |
D | fs_process.py | 83 source_path = self.fs_dirs_replace(source_dir, 87 if source_dir == '' or not os.path.exists(source_path): 93 self.copy_files(source_path, target_path, fs_dir) 96 source_path, is_changed = self.replace(path) 98 source_path = os.path.join(default_path, path) 99 return source_path 106 def copy_file_process(source_path, target_path): argument 110 tfile = os.path.join(target_path, os.path.basename(source_path))
|
/build/templates/cxx/ |
D | prebuilt.gni | 52 source_path = rebase_path(invoker.source, root_build_dir) 169 source_path = rebase_path(invoker.source, root_build_dir) 274 source_path = rebase_path(invoker.source, root_build_dir)
|
/build/templates/update/ |
D | module_update.gni | 338 source_path = rebase_path(source, root_build_dir) 339 args += [ source_path ]
|