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

/haiku/headers/private/storage/mime/
H A Ddatabase_support.h27 extern const char* kIconAttrPrefix;
/haiku/src/kits/storage/mime/
H A Ddatabase_support.cpp37 const char *kIconAttrPrefix = ATTR_PREFIX; member in namespace:BPrivate::Storage::Mime
H A DDatabaseLocation.cpp573 vectorIconAttrName << kIconAttrPrefix << lowerCaseFileType;
625 iconAttrName << kIconAttrPrefix << BString(fileType).ToLower();
H A DDatabase.cpp519 attr = kIconAttrPrefix + BPrivate::Storage::to_lower(fileType);
1206 std::string attr = kIconAttrPrefix + BPrivate::Storage::to_lower(fileType);

Completed in 28 milliseconds