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.py51 _COMPILER_PATH = '/usr/bin/gcc' variable
111 if os.path.isfile(_COMPILER_PATH):
112 configs[_COMPILE_PATH] = _COMPILER_PATH
Dvscode_native_project_file_gen_unittest.py68 compiler = vscode_native_project_file_gen._COMPILER_PATH