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

/haiku-buildtools/jam/
H A DStatCacheServer.cpp231 fEntry(NULL),
270 if (!fEntry)
272 return fEntry->GetPath(path);
325 if (entry != fEntry) {
326 if (fEntry)
327 fEntry->RemoveReference();
328 fEntry = entry;
329 if (fEntry)
330 fEntry->AddReference();
338 return fEntry;
[all...]
H A DStatCacheServerImpl.h130 Entry *fEntry; member in class:Node

Completed in 40 milliseconds