Home
last modified time | relevance | path

Searched refs:databaseDir (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp115 static void remove_type(const char *type, const char *databaseDir = mimeDatabaseDir.c_str());
116 static bool type_exists(const char *type, const char *databaseDir = mimeDatabaseDir.c_str());
2173 remove_type(const char *type, const char *databaseDir) { in remove_type() argument
2192 type_exists(const char *type, const char *databaseDir) { in type_exists() argument
2201 BEntry entry((std::string(databaseDir) + "/" + typeLower).c_str()); in type_exists()