Searched refs:settingsPath (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp796 BPath settingsPath; local
797 if (find_directory(B_USER_SETTINGS_DIRECTORY, &settingsPath) != B_OK)
800 settingsPath.Append("Screenshot_settings");
802 BFile file(settingsPath.Path(), B_READ_ONLY);
852 BPath settingsPath; local
853 if (find_directory(B_USER_SETTINGS_DIRECTORY, &settingsPath) != B_OK)
855 settingsPath.Append("Screenshot_settings");
857 BFile file(settingsPath.Path(), B_CREATE_FILE | B_ERASE_FILE
/haiku/src/servers/registrar/
H A DTRoster.cpp1889 const char* settingsPath local
1896 error = file.SetTo(settingsPath, B_READ_ONLY);
2054 "settings from '%s', 0x%" B_PRIx32 "\n", settingsPath, error));
2064 const char* settingsPath
2070 file = fopen(settingsPath, "w+");
/haiku/src/kits/tracker/
H A DContainerWindow.cpp3657 BPath settingsPath; local
3658 if (FSFindTrackerSettingsDir(&settingsPath) != B_OK)
3661 BDirectory dir(settingsPath.Path());
3663 BPath path(settingsPath);
3669 BPath tmpPath(settingsPath);

Completed in 52 milliseconds