Searched refs:fNode2Path (Results 1 – 2 of 2) sorted by relevance
381 fNode2Path(new(std::nothrow) NodePathMap), in SecurityContext()392 fNode2Path(new(std::nothrow) NodePathMap), in SecurityContext()484 delete fNode2Path; in ~SecurityContext()578 if (!fUsers || !fShares || !fPermissions || !fNode2Path || !fPath2Node) in InitCheck()590 if (fNode2Path->InitCheck() != B_OK) in InitCheck()591 return fNode2Path->InitCheck(); in InitCheck()1085 if (!fNode2Path->ContainsKey(ref)) { in _AddNodePath()1096 *_path = fNode2Path->Get(ref); in _AddNodePath()1104 status_t error = fNode2Path->Put(ref, path); in _EnterNodePath()1108 fNode2Path->Remove(ref); in _EnterNodePath()
145 NodePathMap* fNode2Path; variable