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

/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp116 static bool type_exists(const char *type, const char *databaseDir = mimeDatabaseDir.c_str());
2192 type_exists(const char *type, const char *databaseDir) { function
2234 CHK(!type_exists(testType));
2236 CHK(type_exists(testType));
2242 CHK(!type_exists(testType));

Completed in 38 milliseconds