Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/files/
H A DFileManager.h75 SourceFileEntry* _LookupSourceFile(const BString& path);
H A DFileManager.cpp663 SourceFileEntry* entry = _LookupSourceFile(path); in SourceEntryLocated()
697 SourceFileEntry* entry = _LookupSourceFile(originalPath); in LoadSourceFile()
769 FileManager::_LookupSourceFile(const BString& path) in _LookupSourceFile() function in FileManager