Lines Matching refs:fIndexDirectory
133 fIndexDirectory(NULL), in Volume()
196 fIndexDirectory = new(nothrow) IndexDirectory(this); in Mount()
197 if (!fIndexDirectory) in Mount()
231 if (fIndexDirectory) { in Unmount()
232 delete fIndexDirectory; in Unmount()
233 fIndexDirectory = NULL; in Unmount()
652 return (fIndexDirectory ? fIndexDirectory->GetNameIndex() : NULL); in GetNameIndex()
659 return (fIndexDirectory ? fIndexDirectory->GetLastModifiedIndex() : NULL); in GetLastModifiedIndex()
666 return (fIndexDirectory ? fIndexDirectory->GetSizeIndex() : NULL); in GetSizeIndex()
673 return (fIndexDirectory ? fIndexDirectory->FindIndex(name) : NULL); in FindIndex()
680 return (fIndexDirectory in FindAttributeIndex()
681 ? fIndexDirectory->FindAttributeIndex(name, type) : NULL); in FindAttributeIndex()