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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1422 BPath m_SettingsDirectoryPath; member in class:ABSApp
2435 find_directory (B_USER_SETTINGS_DIRECTORY, &m_SettingsDirectoryPath);
2437 ErrorCode = m_SettingsDirectoryPath.Append (g_SettingsDirectoryName);
2439 m_SettingsDirectoryPath.SetTo (".");
2878 BPath DatabasePath (m_SettingsDirectoryPath);
3881 ErrorCode = SettingsDirectory.SetTo (m_SettingsDirectoryPath.Path ());
3887 m_SettingsDirectoryPath.Path ());
3890 ErrorCode = create_directory (m_SettingsDirectoryPath.Path (), 0755);
3892 ErrorCode = SettingsDirectory.SetTo (m_SettingsDirectoryPath.Path ());
3896 m_SettingsDirectoryPath
[all...]

Completed in 23 milliseconds