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

/haiku/src/tests/kits/app/broster/
H A DGetRecentTester.cpp424 entry_ref appRef2; local
441 CHK(get_test_app_ref(kEmptyApp, &appRef2) == B_OK);
442 CHK(appRef2 != ref);
463 entry_ref appRef2; local
481 CHK(get_test_app_ref(kNonQualifyingApp, &appRef2) == B_OK);
482 CHK(appRef2 != ref1);
483 CHK(appRef2 != ref2);
506 entry_ref appRef2; local
524 CHK(get_test_app_ref(kQualifyingApp, &appRef2) == B_OK);
525 CHK(appRef2
[all...]
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp626 entry_ref appRef2; local
628 CHK(entry2.GetRef(&appRef2) == B_OK);
728 CHK(mime.SetAppHint(&appRef2) == B_OK);
730 CHK(ref == appRef2);

Completed in 31 milliseconds