Searched refs:fSettingsPath (Results 1 - 10 of 10) sorted by relevance

/haiku/src/apps/debugger/settings/
H A DDebuggerSettingsManager.cpp54 if (find_directory(B_USER_SETTINGS_DIRECTORY, &fSettingsPath, true) == B_OK
55 && fSettingsPath.Append(kSettingsDirPath) == B_OK
56 && create_directory(fSettingsPath.Path(), 0700) == B_OK
57 && fSettingsPath.Append(kGlobalSettingsName) == B_OK) {
62 fSettingsPath.Unset();
133 if (fSettingsPath.Path() == NULL)
138 status_t error = file.SetTo(fSettingsPath.Path(), B_READ_ONLY);
174 if (fSettingsPath.Path() == NULL)
193 status_t error = file.SetTo(fSettingsPath.Path(),
H A DDebuggerSettingsManager.h44 BPath fSettingsPath; member in class:DebuggerSettingsManager
/haiku/src/add-ons/translators/shared/
H A DTranslatorSettings.h79 BPath fSettingsPath; member in class:TranslatorSettings
H A DTranslatorSettings.cpp57 if (find_directory(B_USER_SETTINGS_DIRECTORY, &fSettingsPath))
58 fSettingsPath.SetTo("/tmp");
59 fSettingsPath.Append(settingsFile);
198 result = settingsFile.SetTo(fSettingsPath.Path(), B_READ_ONLY);
304 result = settingsFile.SetTo(fSettingsPath.Path(),
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DLiveSettings.cpp58 if (find_directory(B_USER_SETTINGS_DIRECTORY, &fSettingsPath))
59 fSettingsPath.SetTo("/tmp");
60 fSettingsPath.Append(settingsFile);
250 result = settingsFile.SetTo(fSettingsPath.Path(), B_READ_ONLY);
327 result = settingsFile.SetTo(fSettingsPath.Path(),
H A DLiveSettings.h93 BPath fSettingsPath; member in class:LiveSettings
/haiku/headers/private/screen_saver/
H A DScreenSaverSettings.h44 BPath& Path() { return fSettingsPath; }
124 BPath fSettingsPath; member in class:ScreenSaverSettings
/haiku/src/kits/screensaver/
H A DScreenSaverSettings.cpp31 fSettingsPath = path;
32 fSettingsPath.Append("ScreenSaver_settings", true);
43 BFile file(fSettingsPath.Path(), B_READ_ONLY);
204 BFile file(fSettingsPath.Path(),
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.h205 BPath fSettingsPath; member in class:SoftwareUpdaterWindow
H A DSoftwareUpdaterWindow.cpp134 status_t status = find_directory(B_USER_SETTINGS_DIRECTORY, &fSettingsPath);
136 fSettingsPath.Append(kSettingsFilename);
710 status_t status = file.SetTo(fSettingsPath.Path(),
727 status_t status = file.SetTo(fSettingsPath.Path(), B_READ_ONLY);

Completed in 50 milliseconds