Searched refs:Validate (Results 1 - 13 of 13) sorted by relevance

/haiku/src/bin/bfs_tools/lib/
H A DBitmap.h32 status_t Validate();
H A DBitmap.cpp244 Bitmap::Validate() function in class:Bitmap
H A DBPlusTree.h115 status_t Validate(bool verbose = false);
H A DBPlusTree.cpp226 BPlusTree::Validate(bool verbose) function in class:BPlusTree
H A DInode.cpp1243 status = fTree->Validate();
/haiku/src/kits/package/
H A DPackageInfoParser.h167 virtual void Validate(const BString &string, const char *pos) = 0;
174 virtual void Validate(const BString &string, const char* pos);
/haiku/src/bin/bfs_tools/
H A Dchkindex.cpp379 if (index->GetTree(&tree) < B_OK || tree->Validate(true) < B_OK)
495 if (indices->GetTree(&tree) < B_OK || tree->Validate() < B_OK)
H A Dbfsinfo.cpp424 if (tree->Validate(true) < B_OK)
H A Drecover.cpp617 if (directory->GetTree(&tree) == B_OK && tree->Validate(gVerbose) == B_OK) {
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.h275 status_t Validate(bool repair, bool& _errorsFound);
H A DCheckVisitor.cpp305 status = inode->Tree()->Validate(repairErrors, errorsFound);
H A DBPlusTree.cpp763 BPlusTree::Validate(bool repair, bool& _errorsFound) function in class:BFS::BPlusTree
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dtest.cpp411 tree->Validate(false, errorsFound);
413 printf("BPlusTree::Validate() found errors\n");

Completed in 84 milliseconds