Searched refs:homePath (Results 1 - 5 of 5) sorted by relevance

/haiku/src/tests/kits/storage/
H A DFindDirectoryTest.cpp137 BPath homePath(&ref);
138 error = homePath.InitCheck();
140 path.SetTo(homePath.Path(), "Desktop");
155 BPath homePath(&ref);
156 error = homePath.InitCheck();
158 path.SetTo(homePath.Path(), "Desktop/Trash");
/haiku/src/apps/screenshot/
H A DUtility.cpp93 BPath homePath; local
94 if (find_directory(B_USER_DIRECTORY, &homePath) != B_OK)
101 fileNameString.SetTo(homePath.Path());
/haiku/src/apps/icon-o-matic/
H A DIconEditorApp.cpp351 BPath homePath; local
352 if (find_directory(B_USER_DIRECTORY, &homePath) == B_OK)
353 path = homePath.Path();
/haiku/src/kits/tracker/
H A DTracker.cpp258 BPath homePath; local
260 if (find_directory(B_USER_DIRECTORY, &homePath) == B_OK)
261 chdir(homePath.Path());
H A DFilePanelPriv.cpp1316 BPath homePath; local
1318 if (find_directory(B_USER_DIRECTORY, &homePath) != B_OK
1319 || get_ref_for_path(homePath.Path(), &ref) != B_OK) {

Completed in 64 milliseconds