Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/files/
H A DFileManager.cpp670 fSourceLocationMappings[path] = locatedPath; in SourceEntryLocated()
742 fSourceLocationMappings[sourcePath] = locatedPath; in LoadLocationMappings()
757 for (LocatedFileMap::const_iterator it = fSourceLocationMappings.begin(); in SaveLocationMappings()
758 it != fSourceLocationMappings.end(); ++it) { in SaveLocationMappings()
802 LocatedFileMap::const_iterator it = fSourceLocationMappings.find( in _LocateFileIfMapped()
804 if (it != fSourceLocationMappings.end() in _LocateFileIfMapped()
H A DFileManager.h85 LocatedFileMap fSourceLocationMappings; variable