Searched refs:appFile2 (Results 1 – 4 of 4) sorted by relevance
/haiku/src/tests/kits/app/broster/ |
H A D | FindAppTester.cpp | 49 static const char *appFile2 = "/tmp/testdir/app2"; variable 340 create_app(appFile2, appType1, true); in CommonFindAppTest7() 341 set_file_time(appFile2, time(NULL) + 1); in CommonFindAppTest7() 345 CHK(ref_for_path(appFile2) == ref); in CommonFindAppTest7() 346 check_app_type(appType1, appFile2); in CommonFindAppTest7() 364 create_app(appFile2, appType1, true); in CommonFindAppTest8() 365 set_file_time(appFile2, time(NULL) + 1); in CommonFindAppTest8() 387 create_app(appFile2, appType1, true); in CommonFindAppTest9() 389 set_file_time(appFile2, time(NULL) + 1); in CommonFindAppTest9() 442 set_type_app_hint(appType1, appFile2); in CommonFindAppTest11() [all …]
|
H A D | LaunchTester.cpp | 55 static const char *appFile2 = "/tmp/testdir/app2"; variable 425 create_app(appFile2, appType1, true); in CommonLaunchTest7() 426 set_file_time(appFile2, time(NULL) + 1); in CommonLaunchTest7() 431 CHK(ref_for_path(appFile2) == ref); in CommonLaunchTest7() 432 check_app_type(appType1, appFile2); in CommonLaunchTest7() 462 create_app(appFile2, appType1, true); in CommonLaunchTest8() 463 set_file_time(appFile2, time(NULL) + 1); in CommonLaunchTest8() 498 create_app(appFile2, appType1, true); in CommonLaunchTest9() 500 set_file_time(appFile2, time(NULL) + 1); in CommonLaunchTest9() 579 set_type_app_hint(appType1, appFile2); in CommonLaunchTest11() [all …]
|
H A D | BroadcastTester.cpp | 52 static const char *appFile2 = "/tmp/testdir/app2"; variable 172 entry_ref ref2(create_app(appFile2, appType2, false, true, in BroadcastTestA2() 271 entry_ref ref2(create_app(appFile2, appType2, false, true, in BroadcastTestB2() 357 entry_ref ref2(create_app(appFile2, appType2, false, true, in BroadcastTestB3()
|
H A D | RosterWatchingTester.cpp | 53 static const char *appFile2 = "/tmp/testdir/app2"; variable 249 entry_ref ref2(create_app(appFile2, appType2, false, true, in WatchingTest2() 386 entry_ref ref2(create_app(appFile2, appType2, false, true, in WatchingTest3()
|