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

/haiku/src/system/kernel/fs/
H A DEntryCache.cpp263 EntryCacheEntry* otherEntry = fGenerations[newGeneration].entries[i]; local
264 if (otherEntry == NULL)
268 fEntries.Remove(otherEntry);
269 free(otherEntry);
/haiku/src/kits/debugger/files/
H A DFileManager.cpp791 SourceFileEntry* otherEntry = fSourceFiles->Lookup(entry->path); local
792 if (otherEntry == entry)

Completed in 95 milliseconds