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

/haiku/src/tests/kits/app/broster/
H A DFindAppTester.cpp43 static const char *fileType1 = "application/x-vnd.obos-roster-findapp-file1"; variable
211 BMimeType(fileType1).Delete();
247 install_type(fileType1);
249 CHK(caller(fileType1, &ref) == B_LAUNCH_FAILED_NO_PREFERRED_APP);
262 install_type(fileType1, appType1);
264 CHK(caller(fileType1, &ref) == B_LAUNCH_FAILED_APP_NOT_FOUND);
280 install_type(fileType1, appType1);
282 CHK(caller(fileType1, &ref) == B_OK);
300 install_type(fileType1, appType1);
302 CHK(caller(fileType1,
[all...]
H A DLaunchTester.cpp49 static const char *fileType1 = "application/x-vnd.obos-roster-launch-file1"; variable
259 BMimeType(fileType1).Delete();
291 install_type(fileType1);
293 CHK(context(caller, fileType1, &team) == B_LAUNCH_FAILED_NO_PREFERRED_APP);
307 install_type(fileType1, appType1);
309 CHK(context(caller, fileType1, &team) == B_LAUNCH_FAILED_APP_NOT_FOUND);
326 install_type(fileType1, appType1);
328 CHK(context(caller, fileType1, &team) == B_OK);
359 install_type(fileType1, appType1);
361 CHK(context(caller, fileType1,
[all...]

Completed in 80 milliseconds