Searched refs:B_LAUNCH_FAILED_APP_NOT_FOUND (Results 1 - 10 of 10) sorted by relevance

/haiku/src/tests/kits/support/barchivable/
H A DInstantiateObjectTester.cpp138 errno is set to B_LAUNCH_FAILED_APP_NOT_FOUND.
150 CPPUNIT_ASSERT(errno == B_LAUNCH_FAILED_APP_NOT_FOUND);
284 errno is set to B_LAUNCH_FAILED_APP_NOT_FOUND.
296 CPPUNIT_ASSERT(errno == B_LAUNCH_FAILED_APP_NOT_FOUND);
310 errno is set to B_LAUNCH_FAILED_APP_NOT_FOUND.
324 CPPUNIT_ASSERT(errno == B_LAUNCH_FAILED_APP_NOT_FOUND);
339 errno is set to B_LAUNCH_FAILED_APP_NOT_FOUND
351 CPPUNIT_ASSERT(errno == B_LAUNCH_FAILED_APP_NOT_FOUND);
/haiku/src/system/libroot/posix/string/
H A Dstrerror.c164 case B_LAUNCH_FAILED_APP_NOT_FOUND:
/haiku/src/tests/kits/app/broster/
H A DFindAppTester.cpp227 @results Should return B_LAUNCH_FAILED_APP_NOT_FOUND.
235 CHK(caller(uninstalledType, &ref) == B_LAUNCH_FAILED_APP_NOT_FOUND);
255 @results Should return B_LAUNCH_FAILED_APP_NOT_FOUND.
264 CHK(caller(fileType1, &ref) == B_LAUNCH_FAILED_APP_NOT_FOUND);
529 @results Should return B_LAUNCH_FAILED_APP_NOT_FOUND and unset the
540 CHK(caller(fileType1, &ref) == B_LAUNCH_FAILED_APP_NOT_FOUND);
551 Haiku: Should return B_LAUNCH_FAILED_APP_NOT_FOUND and
570 CHK(caller(fileType1, &ref) == B_LAUNCH_FAILED_APP_NOT_FOUND);
H A DLaunchTester.cpp269 @results Should return B_LAUNCH_FAILED_APP_NOT_FOUND.
278 CHK(context(caller, uninstalledType, &team) == B_LAUNCH_FAILED_APP_NOT_FOUND);
299 @results Should return B_LAUNCH_FAILED_APP_NOT_FOUND.
309 CHK(context(caller, fileType1, &team) == B_LAUNCH_FAILED_APP_NOT_FOUND);
1322 @results Should return B_LAUNCH_FAILED_APP_NOT_FOUND and unset the
1334 CHK(context(caller, fileType1, &team) == B_LAUNCH_FAILED_APP_NOT_FOUND);
1344 Haiku: B_LAUNCH_FAILED_APP_NOT_FOUND and unset the app
1368 CHK(context(caller, fileType1, &team) == B_LAUNCH_FAILED_APP_NOT_FOUND);
/haiku/src/bin/
H A Derror.c108 E(B_LAUNCH_FAILED_APP_NOT_FOUND),
/haiku/headers/os/support/
H A DErrors.h91 #define B_LAUNCH_FAILED_APP_NOT_FOUND (B_APP_ERROR_BASE + 11) macro
/haiku/headers/build/os/support/
H A DErrors.h92 #define B_LAUNCH_FAILED_APP_NOT_FOUND (B_APP_ERROR_BASE + 11) macro
/haiku/src/kits/app/
H A DRoster.cpp317 \retval B_LAUNCH_FAILED_APP_NOT_FOUND: An application with this signature
326 status_t error = B_LAUNCH_FAILED_APP_NOT_FOUND;
389 // B_LAUNCH_FAILED_APP_NOT_FOUND, otherwise we return the
392 ? foundAppError : B_LAUNCH_FAILED_APP_NOT_FOUND;
1870 \retval B_LAUNCH_FAILED_APP_NOT_FOUND The supplied type is not installed
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h558 #define B_LAUNCH_FAILED_APP_NOT_FOUND FSSH_B_LAUNCH_FAILED_APP_NOT_FOUND macro
/haiku/src/kits/tracker/
H A DFSUtils.cpp3772 } else if (error == B_LAUNCH_FAILED_APP_NOT_FOUND) {

Completed in 208 milliseconds