Home
last modified time | relevance | path

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

/external/pigweed/pw_ide/py/pw_ide/
Dcpp.py77 _COMPDB_FILE_PREFIX = 'compile_commands' variable
125 prefix_length = len(_COMPDB_FILE_PREFIX) + len(_COMPDB_FILE_SEPARATOR)
133 _COMPDB_FILE_PREFIX + _COMPDB_FILE_SEPARATOR
1018 if path.name.startswith(_COMPDB_FILE_PREFIX):
/external/pigweed/pw_ide/py/
Dcpp_test.py24 _COMPDB_FILE_PREFIX,