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

/haiku-fatelf/src/tests/kits/storage/
H A DFindDirectoryTest.cpp147 BPath homePath(&ref);
148 error = homePath.InitCheck();
150 path.SetTo(homePath.Path(), "Desktop");
165 BPath homePath(&ref);
166 error = homePath.InitCheck();
168 path.SetTo(homePath.Path(), "Desktop/Trash");
/haiku-fatelf/src/apps/screenshot/
H A DUtility.cpp91 BPath homePath; local
92 if (find_directory(B_USER_DIRECTORY, &homePath) != B_OK)
99 fileNameString.SetTo(homePath.Path());
/haiku-fatelf/src/apps/icon-o-matic/
H A DIconEditorApp.cpp336 BPath homePath; local
337 if (find_directory(B_USER_DIRECTORY, &homePath) == B_OK)
338 path = homePath.Path();
/haiku-fatelf/src/kits/tracker/
H A DTracker.cpp224 BPath homePath; local
226 if (find_directory(B_USER_DIRECTORY, &homePath) == B_OK)
227 chdir(homePath.Path());
H A DFilePanelPriv.cpp1161 BPath homePath; local
1163 if (find_directory(B_USER_DIRECTORY, &homePath) != B_OK
1164 || get_ref_for_path(homePath.Path(), &ref) != B_OK)

Completed in 106 milliseconds