Home
last modified time | relevance | path

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

/tools/asuite/aidegen/vscode/
Dvscode_native_project_file_gen.py50 _COMPILER_PATH = '/usr/bin/gcc' variable
110 if os.path.isfile(_COMPILER_PATH):
111 configs[_COMPILE_PATH] = _COMPILER_PATH
Dvscode_native_project_file_gen_unittest.py65 vscode_native_project_file_gen._COMPILER_PATH,