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

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DSecurityContext.h139 struct NodePathMap;
145 NodePathMap* fNode2Path;
H A DSecurityContext.cpp366 // NodePathMap
367 struct SecurityContext::NodePathMap : HashMap<NodeRef, HashString> { struct in class:SecurityContext
381 fNode2Path(new(std::nothrow) NodePathMap),
392 fNode2Path(new(std::nothrow) NodePathMap),

Completed in 169 milliseconds