Home
last modified time | relevance | path

Searched refs:abs_paths (Results 1 – 2 of 2) sorted by relevance

/tools/asuite/aidegen/
Daidegen_main.py345 abs_paths = []
348 abs_paths.append(abs_path)
357 if abs_path not in abs_paths:
358 abs_paths.append(abs_path)
359 vs_path = vscode_workspace_file_gen.generate_code_workspace_file(abs_paths)
/tools/asuite/aidegen/vscode/
Dvscode_workspace_file_gen.py33 def generate_code_workspace_file(abs_paths): argument
50 for path in abs_paths: