Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.h50 status_t _GetSettingsDirPath(BPath* path,
H A DNetFSServer.cpp804 if (_GetSettingsDirPath(&path, false) == B_OK in _LoadSecurityContext()
1018 NetFSServer::_GetSettingsDirPath(BPath* path, bool create) in _GetSettingsDirPath() function in NetFSServer
1049 status_t error = _GetSettingsDirPath(&dirPath, createDir); in _GetSettingsFilePath()