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

/haiku-buildtools/jam/
H A DStatCacheServer.cpp82 NodeRefHash::operator()(const node_ref &nodeRef) const
84 return node_ref_hash(nodeRef.device, nodeRef.node);
345 node_ref nodeRef; local
346 nodeRef.device = fStat.st_dev;
347 nodeRef.node = fStat.st_ino;
348 return nodeRef;
830 node_ref nodeRef;
831 nodeRef.device = st.st_dev;
832 nodeRef
860 GetNode(const node_ref &nodeRef) argument
880 CreateEntry(const entry_ref &entryRef, const node_ref *nodeRef, Entry **_entry) argument
958 CreateDirectory(const node_ref &nodeRef, Directory **_dir) argument
1020 MoveEntry(Entry *entry, const entry_ref &newRef, const node_ref &nodeRef) argument
1178 node_ref nodeRef; local
1209 node_ref nodeRef; local
1231 node_ref nodeRef; local
1262 node_ref nodeRef; local
[all...]
H A DStatCacheServerImpl.h22 size_t operator()(const node_ref &nodeRef) const;
225 Node *GetNode(const node_ref &nodeRef);
228 status_t CreateEntry(const entry_ref &entryRef, const node_ref *nodeRef,
230 status_t CreateDirectory(const node_ref &nodeRef, Directory **_dir);
234 const node_ref &nodeRef);

Completed in 49 milliseconds