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

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DIndexDirectory.h26 bool DeleteIndex(const char *name, uint32 type);
27 bool DeleteIndex(Index *index);
H A DIndexDirectory.cpp132 // DeleteIndex
134 IndexDirectory::DeleteIndex(const char *name, uint32 type) function in class:IndexDirectory
136 return DeleteIndex(FindIndex(name, type));
139 // DeleteIndex
141 IndexDirectory::DeleteIndex(Index *index) function in class:IndexDirectory
H A Dkernel_interface.cpp1986 indexDir->DeleteIndex(index);

Completed in 121 milliseconds