Home
last modified time | relevance | path

Searched refs:_GetSettingsFilePath (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.h52 status_t _GetSettingsFilePath(BPath* path,
H A DNetFSServer.cpp929 status_t error = _GetSettingsFilePath(&filePath, false); in _LoadSettings()
999 error = _GetSettingsFilePath(&filePath, true); in _SaveSettings()
1045 NetFSServer::_GetSettingsFilePath(BPath* path, bool createDir) in _GetSettingsFilePath() function in NetFSServer