Home
last modified time | relevance | path

Searched refs:compdb_generate_file_path (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_ide/py/
Dcpp_test.py32 compdb_generate_file_path,
55 actual = str(compdb_generate_file_path('foo'))
63 actual = str(compdb_generate_file_path())
649 (compdb_generate_file_path(target), '') for target in targets
655 files_data.append((compdb_generate_file_path(), ''))
699 compdb_generate_file_path(targets[0])
700 ), self.make_temp_file(compdb_generate_file_path(targets[1])):
715 symlink = self.temp_dir_path / compdb_generate_file_path()
755 compdb_symlink_path = compdb_generate_file_path()
758 with self.make_temp_file(compdb_generate_file_path(target)):
[all …]
/external/pigweed/pw_ide/py/pw_ide/
Dcpp.py92 def compdb_generate_file_path(target: str = '') -> Path: function
747 self.settings.working_dir / compdb_generate_file_path(target)
879 (settings.working_dir / compdb_generate_file_path())
946 compdb_symlink_path = settings.working_dir / compdb_generate_file_path()
948 compdb_target_path = settings.working_dir / compdb_generate_file_path(
Dcommands.py28 compdb_generate_file_path,
572 output_compdb_file_path = build_dir / compdb_generate_file_path()
634 output_compdb_file_path = build_dir / compdb_generate_file_path()
656 compdb_file_path /= compdb_generate_file_path()