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()
93 ProcessInfoRecorder::Create(const FileSpec &filename) { in Create()
109 FileSpec file = GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()
145 const FileSpec &module_file, in AddSymbolFile()
146 const FileSpec &symbol_file) { in AddSymbolFile()
154 FileSpec file = this->GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()
174 FileSpec file = loader->GetFile<SymbolFileProvider::Info>(); in SymbolFileLoader()
186 std::pair<FileSpec, FileSpec>
195 return std::make_pair<FileSpec, FileSpec>(FileSpec(it->module_path), in GetPaths()
196 FileSpec(it->symbol_path)); in GetPaths()