Searched refs:GetNameIndex (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DIndexDirectory.h35 NameIndex *GetNameIndex() const { return fNameIndex; } function in class:IndexDirectory
H A DVolume.h142 NameIndex *GetNameIndex() const;
H A DVolume.cpp649 // GetNameIndex
651 Volume::GetNameIndex() const function in class:Volume
653 return (fIndexDirectory ? fIndexDirectory->GetNameIndex() : NULL);

Completed in 36 milliseconds