Searched refs:FindIndex (Results 1 - 9 of 9) sorted by path

/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.h89 Index* FindIndex(const StringKey& name) const function in class:Volume
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DQuery.cpp87 index.index = index.query->fVolume->FindIndex(StringKey(attribute));
/haiku/src/add-ons/kernel/file_systems/packagefs/
H A Dkernel_interface.cpp950 Index* index = volume->FindIndex(StringKey(name));
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DIndexDirectory.cpp78 if (!FindIndex(name)) {
136 return DeleteIndex(FindIndex(name, type));
155 // FindIndex
157 IndexDirectory::FindIndex(const char *name) function in class:IndexDirectory
170 // FindIndex
172 IndexDirectory::FindIndex(const char *name, uint32 type) function in class:IndexDirectory
174 Index *index = FindIndex(name);
185 if (Index *index = FindIndex(name))
195 if (Index *index = FindIndex(name, type))
H A DIndexDirectory.h29 Index *FindIndex(const char *name);
30 Index *FindIndex(const char *name, uint32 type);
H A DQuery.cpp167 index.index = index.query->fVolume->FindIndex(attribute);
H A DVolume.cpp670 // FindIndex
672 Volume::FindIndex(const char *name) function in class:Volume
674 return (fIndexDirectory ? fIndexDirectory->FindIndex(name) : NULL);
H A DVolume.h145 Index *FindIndex(const char *name);
H A Dkernel_interface.cpp319 if (Index *index = indexDir->FindIndex(name))
1951 if (indexDir->FindIndex(name)) {
1981 if (Index *index = indexDir->FindIndex(name)) {
2008 if (Index *index = indexDir->FindIndex(name)) {

Completed in 76 milliseconds