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

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DIndexDirectory.cpp19 fLastModifiedIndex(NULL),
24 fLastModifiedIndex = new(nothrow) LastModifiedIndex(volume);
26 if (fNameIndex && fLastModifiedIndex && fSizeIndex) {
28 || !fIndices.AddItem(fLastModifiedIndex)
32 delete fLastModifiedIndex;
35 fLastModifiedIndex = NULL;
49 if (fLastModifiedIndex) {
50 fIndices.RemoveItem(fLastModifiedIndex);
51 delete fLastModifiedIndex;
67 return (fNameIndex && fLastModifiedIndex
[all...]
H A DIndexDirectory.h37 { return fLastModifiedIndex; }
45 LastModifiedIndex *fLastModifiedIndex; member in class:IndexDirectory

Completed in 155 milliseconds