Searched refs:appFile1 (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/kits/app/broster/
H A DFindAppTester.cpp48 static const char *appFile1 = "/tmp/testdir/app1"; variable
279 create_app(appFile1, appType1);
283 CHK(ref_for_path(appFile1) == ref);
284 check_app_type(appType1, appFile1);
299 create_app(appFile1, appType1, true);
303 CHK(ref_for_path(appFile1) == ref);
304 check_app_type(appType1, appFile1);
319 create_app(appFile1, appType1, true, false);
323 CHK(ref_for_path(appFile1) == ref);
324 check_app_type(appType1, appFile1);
[all...]
H A DLaunchTester.cpp54 static const char *appFile1 = "/tmp/testdir/app1"; variable
325 create_app(appFile1, appType1);
330 CHK(ref_for_path(appFile1) == ref);
331 check_app_type(appType1, appFile1);
358 create_app(appFile1, appType1, true);
363 CHK(ref_for_path(appFile1) == ref);
364 check_app_type(appType1, appFile1);
391 create_app(appFile1, appType1, true, false);
396 CHK(ref_for_path(appFile1) == ref);
397 check_app_type(appType1, appFile1);
[all...]
H A DBroadcastTester.cpp51 static const char *appFile1 = "/tmp/testdir/app1"; variable
167 entry_ref ref1(create_app(appFile1, appType1));
266 entry_ref ref1(create_app(appFile1, appType1));
352 entry_ref ref1(create_app(appFile1, appType1));
H A DRosterWatchingTester.cpp52 static const char *appFile1 = "/tmp/testdir/app1"; variable
234 entry_ref ref1(create_app(appFile1, appType1));
369 entry_ref ref1(create_app(appFile1, appType1));

Completed in 53 milliseconds