Home
last modified time | relevance | path

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

/tools/asuite/aidegen/vscode/
Dvscode_workspace_file_gen.py33 def generate_code_workspace_file(abs_paths): argument
50 for path in abs_paths:
/tools/asuite/aidegen/
Daidegen_main.py331 abs_paths = []
334 abs_paths.append(abs_path)
343 if abs_path not in abs_paths:
344 abs_paths.append(abs_path)
345 vs_path = vscode_workspace_file_gen.generate_code_workspace_file(abs_paths)