Searched refs:_GetFileInfo (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/diskusage/
H A DScanner.h56 FileInfo* _GetFileInfo(BDirectory* dir, FileInfo* parent);
H A DScanner.cpp161 fSnapshot->rootDir = _GetFileInfo(&root, NULL);
196 FileInfo* newInfo = _GetFileInfo(&startDir, parent);
229 Scanner::_GetFileInfo(BDirectory* dir, FileInfo* parent) function in class:Scanner
271 thisDir->children.push_back(_GetFileInfo(&childDir, thisDir));
/haiku/src/apps/showimage/
H A DShowImageWindow.h113 void _GetFileInfo(const entry_ref& ref);
H A DShowImageWindow.cpp947 _GetFileInfo(fNavigator.CurrentRef());
1140 ShowImageWindow::_GetFileInfo(const entry_ref& ref) function in class:ShowImageWindow

Completed in 82 milliseconds