Home
last modified time | relevance | path

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

/external/pigweed/pw_ide/py/
Dcpp_test.py31 compdb_generate_cache_path,
73 actual = str(compdb_generate_cache_path('foo'))
80 actual = str(compdb_generate_cache_path())
652 files_data.append((compdb_generate_cache_path(targets[0]), ''))
656 files_data.append((compdb_generate_cache_path(), ''))
756 cache_symlink_path = compdb_generate_cache_path()
762 self.path_in_temp_dir(compdb_generate_cache_path(target))
771 compdb_generate_cache_path(target), cache_symlink_path
793 cache_symlink_path = compdb_generate_cache_path()
802 self.path_in_temp_dir(compdb_generate_cache_path(targets[0]))
[all …]
/external/pigweed/pw_ide/py/pw_ide/
Dcpp.py107 def compdb_generate_cache_path(target: str = '') -> Path: function
153 working_dir / compdb_generate_cache_path(_none_to_empty_str(target))
957 cache_symlink_path = settings.working_dir / compdb_generate_cache_path()
959 cache_target_path = settings.working_dir / compdb_generate_cache_path(