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

/haiku-fatelf/headers/build/os/storage/
H A DAppFileInfo.h113 status_t GetMetaMime(BMimeType *meta) const;
/haiku-fatelf/headers/os/storage/
H A DAppFileInfo.h111 status_t GetMetaMime(BMimeType *meta) const;
/haiku-fatelf/src/kits/storage/
H A DAppFileInfo.cpp573 error = GetMetaMime(&mimeType);
1212 if (error == B_OK && GetMetaMime(&mimeType) == B_OK) {
1274 if (error == B_OK && GetMetaMime(&mimeType) == B_OK) {
1354 // GetMetaMime
1370 BAppFileInfo::GetMetaMime(BMimeType* meta) const function in class:BAppFileInfo
/haiku-fatelf/src/build/libbe/storage/
H A DAppFileInfo.cpp522 error = GetMetaMime(&mimeType);
1018 if (error == B_OK && GetMetaMime(&mimeType) == B_OK) {
1088 // GetMetaMime
1104 BAppFileInfo::GetMetaMime(BMimeType *meta) const function in class:BAppFileInfo

Completed in 94 milliseconds