Searched refs:databaseDir (Results 1 – 1 of 1) sorted by relevance
115 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() argument2192 type_exists(const char *type, const char *databaseDir) { in type_exists() argument2201 BEntry entry((std::string(databaseDir) + "/" + typeLower).c_str()); in type_exists()