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

/haiku/src/tests/kits/app/broster/
H A DGetRecentTester.cpp1247 entry_ref app2;
1268 CHK(get_test_app_ref(kControlApp, &app2) == B_OK);
1271 CHK(set_test_app_attributes(&app2, kRecentAppsTestAppSigs[kControlApp],
1302 CHK(recent1 == app2);
1354 CHK(recent1 == app2);
/haiku/src/kits/app/
H A DRoster.cpp212 \param app2 An entry_ref referring to the second application.
218 compare_queried_apps(const entry_ref* app1, const entry_ref* app2) argument
221 BPath path2(app2);
268 file2.SetTo(app2, B_READ_ONLY);

Completed in 47 milliseconds