Lines Matching refs:error_exit
172 error_exit("filename doesn't end .apk or .apex: %s", file); in install_app_streamed()
180 error_exit(".apex is not supported on the target device"); in install_app_streamed()
184 error_exit("--fastdeploy doesn't support .apex files"); in install_app_streamed()
267 error_exit("APEX packages are only compatible with Streamed Install"); in install_app_legacy()
275 if (last_apk == -1) error_exit("need APK file on command line"); in install_app_legacy()
365 error_exit( in calculate_install_mode()
373 error_exit("--incremental is not compatible with other installation modes"); in calculate_install_mode()
382 error_exit("Device doesn't support incremental installations"); in calculate_install_mode()
499 error_exit("Attempting to use streaming install on unsupported device"); in install_app()
512 error_exit("install requires an apk argument"); in install_app()
528 error_exit("invalid install mode"); in install_app()
546 error_exit("APEX packages are not compatible with install-multiple"); in install_multiple_app_streamed()
561 if (first_apk == -1) error_exit("need APK file on command line"); in install_multiple_app_streamed()
700 error_exit("Attempting to use streaming install on unsupported device"); in install_multiple_app()
714 error_exit("invalid install mode"); in install_multiple_app()
742 if (first_package == -1) error_exit("need APK or APEX files on command line"); in install_multi_package()