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

/haiku/src/kits/app/
H A DRoster.cpp2127 BMimeType appMeta;
2133 error = _TranslateType(inType, &appMeta, &appRef, &appFile);
2135 *_wasDocument = !(appMeta == inType);
2137 error = _TranslateRef(ref, &appMeta, &appRef, &appFile,
2155 if (!strcasecmp(appMeta.Type(), signature)) {
2158 if (appMeta.GetAppHint(&dummyRef) != B_OK)
2159 appMeta.SetAppHint(&appRef);
2161 appMeta.SetAppHint(NULL);
2162 appMeta.SetTo(signature);
2165 appMeta
2228 _TranslateRef(entry_ref* ref, BMimeType* appMeta, entry_ref* appRef, BFile* appFile, bool* _wasDocument) const argument
2368 _TranslateType(const char* mimeType, BMimeType* appMeta, entry_ref* appRef, BFile* appFile) const argument
[all...]
/haiku/headers/build/os/app/
H A DRoster.h175 status_t translate_ref(entry_ref *ref, BMimeType *appMeta,
178 status_t translate_type(const char *mimeType, BMimeType *appMeta,
/haiku/headers/os/app/
H A DRoster.h205 BMimeType* appMeta, entry_ref* appRef,
209 BMimeType* appMeta, entry_ref* appRef,

Completed in 78 milliseconds