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

/haiku-fatelf/headers/os/app/
H A DRoster.h159 status_t _TranslateType(const char *mimeType, BMimeType *appMeta,
/haiku-fatelf/src/kits/app/
H A DRoster.cpp2380 error = _TranslateType(inType, &appMeta, &appRef, &appFile);
2555 // if the file has a preferred app, let _TranslateType() find
2559 && _TranslateType(preferredApp, appMeta, appRef, appFile) == B_OK) {
2574 // now let _TranslateType() do the actual work
2575 error = _TranslateType(fileType, appMeta, appRef, appFile);
2603 BRoster::_TranslateType(const char* mimeType, BMimeType* appMeta, function in class:BRoster

Completed in 43 milliseconds