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

/haiku/src/apps/deskcalc/
H A DCalcApplication.cpp144 BPath prefsPath; local
145 status_t ret = find_directory(B_USER_SETTINGS_DIRECTORY, &prefsPath);
149 ret = prefsPath.Append(kSettingsFileName);
154 ret = file->SetTo(prefsPath.Path(),
157 ret = file->SetTo(prefsPath.Path(), B_READ_ONLY);
/haiku/src/apps/deskbar/
H A DPreferencesWindow.cpp389 BPath prefsPath; local
390 status_t status = GetDeskbarSettingsDirectory(prefsPath);
394 status = prefsPath.Append(kSettingsFileName);
399 status = file->SetTo(prefsPath.Path(),
402 status = file->SetTo(prefsPath.Path(), B_READ_ONLY);

Completed in 33 milliseconds