Searched refs:B_OPEN (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/build/os/storage/
H A DNodeInfo.h59 app_verb verb = B_OPEN) const;
61 app_verb verb = B_OPEN);
H A DMimeType.h30 B_OPEN enumerator in enum:app_verb
/haiku/headers/os/storage/
H A DNodeInfo.h42 app_verb verb = B_OPEN) const;
44 app_verb verb = B_OPEN);
H A DMimeType.h33 B_OPEN enumerator in enum:app_verb
101 status_t GetPreferredApp(char* signature, app_verb verb = B_OPEN) const;
110 status_t SetPreferredApp(const char* signature, app_verb verb = B_OPEN);
/haiku/headers/private/storage/mime/
H A DDatabase.h84 app_verb verb = B_OPEN);
116 status_t DeletePreferredApp(const char *type, app_verb verb = B_OPEN);
/haiku/src/build/libbe/storage/
H A DNodeInfo.cpp389 requested for. Currently only \c B_OPEN is meaningful.
400 status_t error = (signature && verb == B_OPEN ? B_OK : B_BAD_VALUE);
437 be set for. Currently only \c B_OPEN is meaningful.
449 status_t error = (verb == B_OPEN ? B_OK : B_BAD_VALUE);
/haiku/src/kits/storage/
H A DNodeInfo.cpp309 status_t result = (signature && verb == B_OPEN ? B_OK : B_BAD_VALUE);
347 status_t result = (verb == B_OPEN ? B_OK : B_BAD_VALUE);
/haiku/src/kits/storage/mime/
H A DDatabase.cpp554 Currently, the only supported app verb is \c B_OPEN
631 SetPreferredApp(supportedType, type, B_OPEN);
1237 case B_OPEN:
1246 additional app_verb values besides \c B_OPEN are someday added, the format
/haiku/src/bin/
H A Dsetmime.cpp825 if (GetPreferredApp(buffer, B_OPEN) == B_OK)

Completed in 97 milliseconds