Searched refs:fDesiredPath (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/diskusage/
H A DScanner.cpp35 fDesiredPath(),
81 fSnapshot->currentDir->GetPath(fDesiredPath);
104 fDesiredPath = path;
290 if (fBusy || fDesiredPath.size() <= 0)
293 char* workPath = strdup(fDesiredPath.c_str());
332 fDesiredPath.erase();
H A DScanner.h71 string fDesiredPath; member in class:Scanner

Completed in 75 milliseconds