Lines Matching refs:FileSpec
22 DataRecorder::Create(const FileSpec &filename) { in Create()
31 YamlRecorder::Create(const FileSpec &filename) { in Create()
40 FileSpec file = GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()
60 FileSpec file = GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()
66 ProcessInfoRecorder::Create(const FileSpec &filename) { in Create()
82 FileSpec file = GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()
118 const FileSpec &module_file, in AddSymbolFile()
119 const FileSpec &symbol_file) { in AddSymbolFile()
127 FileSpec file = this->GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()
147 FileSpec file = loader->GetFile<SymbolFileProvider::Info>(); in SymbolFileLoader()
159 std::pair<FileSpec, FileSpec>
168 return std::make_pair<FileSpec, FileSpec>(FileSpec(it->module_path), in GetPaths()
169 FileSpec(it->symbol_path)); in GetPaths()