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

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DIndexDirectory.cpp20 fSizeIndex(NULL),
25 fSizeIndex = new(nothrow) SizeIndex(volume);
26 if (fNameIndex && fLastModifiedIndex && fSizeIndex) {
29 || !fIndices.AddItem(fSizeIndex)) {
33 delete fSizeIndex;
36 fSizeIndex = NULL;
53 if (fSizeIndex) {
54 fIndices.RemoveItem(fSizeIndex);
55 delete fSizeIndex;
67 return (fNameIndex && fLastModifiedIndex && fSizeIndex
[all...]
H A DIndexDirectory.h38 SizeIndex *GetSizeIndex() const { return fSizeIndex; }
46 SizeIndex *fSizeIndex; member in class:IndexDirectory

Completed in 101 milliseconds