Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DSecurityContext.h125 status_t _AddNodePath(const char* path,
127 status_t _AddNodePath(const node_ref& ref,
H A DSecurityContext.cpp946 status_t error = _AddNodePath(ref, &path); in SetNodePermissions()
965 _AddNodePath(path); in SetNodePermissions()
975 status_t error = _AddNodePath(ref, &path); in ClearNodePermissions()
995 _AddNodePath(path); in ClearNodePermissions()
1014 status_t error = _AddNodePath(ref, &path); in GetNodePermissions()
1029 _AddNodePath(path); in GetNodePermissions()
1065 SecurityContext::_AddNodePath(const char* path, node_ref* _ref) in _AddNodePath() function in SecurityContext
1083 SecurityContext::_AddNodePath(const node_ref& ref, HashString* _path) in _AddNodePath() function in SecurityContext