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

/haiku/src/tools/cppunit/
H A DTestUtils.cpp98 case B_BAD_MIME_SNIFFER_RULE:
99 str = "B_BAD_MIME_SNIFFER_RULE";
/haiku/src/system/libroot/posix/string/
H A Dstrerror.c172 case B_BAD_MIME_SNIFFER_RULE:
/haiku/src/tests/kits/storage/
H A DMimeSnifferTest.cpp1085 if (testCase.rule && error != B_BAD_MIME_SNIFFER_RULE) {
1089 CHK(error == (testCase.rule ? B_BAD_MIME_SNIFFER_RULE : B_BAD_VALUE));
H A DMimeTypeTest.cpp4537 CHK(error == (testCase.rule ? B_BAD_MIME_SNIFFER_RULE : B_BAD_VALUE));
4545 CHK(type.SetSnifferRule(testCase.rule) == B_BAD_MIME_SNIFFER_RULE);
4548 CHK(type.SetSnifferRule(testCase.rule) == B_BAD_MIME_SNIFFER_RULE);
4559 == B_BAD_MIME_SNIFFER_RULE);
/haiku/src/bin/
H A Derror.c31 E(B_BAD_MIME_SNIFFER_RULE),
/haiku/headers/os/support/
H A DErrors.h95 #define B_BAD_MIME_SNIFFER_RULE (B_APP_ERROR_BASE + 15) macro
/haiku/headers/build/os/support/
H A DErrors.h96 #define B_BAD_MIME_SNIFFER_RULE (B_APP_ERROR_BASE + 15) macro
/haiku/src/kits/storage/sniffer/
H A DParser.cpp55 - B_BAD_MIME_SNIFFER_RULE: Failure
961 return rule ? (status_t)B_BAD_MIME_SNIFFER_RULE : (status_t)B_BAD_VALUE;
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h562 #define B_BAD_MIME_SNIFFER_RULE FSSH_B_BAD_MIME_SNIFFER_RULE macro

Completed in 97 milliseconds