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

/haiku/headers/os/app/
H A DRoster.h208 status_t _TranslateType(const char* mimeType,
/haiku/src/kits/app/
H A DRoster.cpp2133 error = _TranslateType(inType, &appMeta, &appRef, &appFile);
2316 // if the file has a preferred app, let _TranslateType() find
2320 && _TranslateType(preferredApp, appMeta, appRef, appFile) == B_OK) {
2336 // now let _TranslateType() do the actual work
2337 error = _TranslateType(fileType, appMeta, appRef, appFile);
2368 BRoster::_TranslateType(const char* mimeType, BMimeType* appMeta, function in class:BRoster

Completed in 82 milliseconds