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

/haiku-buildtools/jam/
H A DStatCacheServer.cpp89 EntryRefHash::operator()(const entry_ref &entryRef) const
91 uint32 hash = node_ref_hash(entryRef.device, entryRef.directory);
92 hash = hash * 17 + string_hash(entryRef.name);
837 entry_ref entryRef(st.st_dev, st.st_ino, ".");
843 fEntries[entryRef] = entry;
870 NodeManager::GetEntry(const entry_ref &entryRef) argument
872 EntryMap::iterator it = fEntries.find(entryRef);
880 NodeManager::CreateEntry(const entry_ref &entryRef, const node_ref *nodeRef, argument
883 Entry *entry = GetEntry(entryRef);
[all...]
H A DStatCacheServerImpl.h28 size_t operator()(const entry_ref &entryRef) const;
226 Entry *GetEntry(const entry_ref &entryRef);
228 status_t CreateEntry(const entry_ref &entryRef, const node_ref *nodeRef,

Completed in 19 milliseconds