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

/haiku-fatelf/src/kits/tracker/
H A DFSUtils.cpp135 bool DirectoryMatches(const BEntry*, directory_which);
136 bool DirectoryMatches(const BEntry*, const char* additionalPath,
645 } else if (DirectoryMatches(entry, B_COMMON_DIRECTORY)) {
651 } else if (DirectoryMatches(entry, B_USER_DIRECTORY)) {
669 } else if (DirectoryMatches(entry, B_USER_CONFIG_DIRECTORY)) {
675 } else if (DirectoryMatches(entry, B_USER_SETTINGS_DIRECTORY)
676 || DirectoryMatches(entry, B_COMMON_SETTINGS_DIRECTORY)) {
2702 DirectoryMatches(const BEntry* entry, directory_which which) function in namespace:BPrivate
2717 DirectoryMatches(const BEntry* entry, const char* additionalPath, function in namespace:BPrivate

Completed in 34 milliseconds