Searched refs:input_path (Results 1 – 2 of 2) sorted by relevance
/tools/asuite/aidegen/lib/ |
D | ide_common_util.py | 112 def _get_scripts_from_file_path(input_path, ide_file_name): argument 122 if os.path.basename(input_path).startswith(ide_file_name): 123 files_found = glob.glob(input_path) 129 def get_scripts_from_dir_path(input_path, ide_file_name): argument 139 logging.debug('Call get_scripts_from_dir_path with %s, and %s', input_path, 141 files_found = list(_walk_tree_find_ide_exe_file(input_path, 188 def get_script_from_input_path(input_path, ide_file_name): argument 203 if not input_path: 206 if os.path.isfile(input_path): 207 ide_path = _get_scripts_from_file_path(input_path, ide_file_name) [all …]
|
/tools/treble/split/ |
D | manifest_split.py | 259 def scan_repo_projects(repo_projects, input_path): argument 270 parts = input_path.split("/") 289 scan_repo_projects(repo_projects, input_path) 290 for input_path in inputs 291 if (not input_path.startswith("out/") and not input_path.startswith("/"))
|