Home
last modified time | relevance | path

Searched refs:error_exit (Results 1 – 11 of 11) sorted by relevance

/packages/modules/adb/client/
Dcommandline.cpp79 error_exit("product directory not specified; set $ANDROID_PRODUCT_OUT"); in product_file()
683 error_exit("%s", error.c_str()); in adb_shell()
705 error_exit("-e requires a single-character argument or 'none'"); in adb_shell()
789 error_exit("%s", error.c_str()); in adb_abb()
793 error_exit("abb is not supported by the device"); in adb_abb()
1023 error_exit("adb %s not implemented on Win32", argv[0]); in ppp()
1026 if (argc < 2) error_exit("usage: adb %s <adb service name> [ppp opts]", argv[0]); in ppp()
1032 error_exit("could not open adb service %s: %s", adb_service_name, error_message.c_str()); in ppp()
1246 if (i == argc - 1) error_exit("backup -f passed with no filename"); in backup()
1258 if (argc < 2) error_exit("backup either needs a list of packages or -all/-shared"); in backup()
[all …]
Dfastdeploy.cpp116 error_exit("Failed to push fastdeploy agent to device."); in push_to_device()
134 error_exit("Error executing %s returncode: %d", chmod_command.c_str(), ret); in deploy_agent()
160 error_exit("Could not find AndroidManifest.xml inside %s", apk_path); in get_package_name_from_apk()
164 error_exit("Could not read AndroidManifest.xml inside %s", apk_path); in get_package_name_from_apk()
168 error_exit("Could not uncompress AndroidManifest.xml inside %s", apk_path); in get_package_name_from_apk()
173 error_exit("Could not parse AndroidManifest.xml inside %s", apk_path); in get_package_name_from_apk()
214 error_exit("Could not find package name tag in AndroidManifest.xml inside %s", apk_path); in get_package_name_from_apk()
276 error_exit( in extract_metadata()
287 error_exit("Aborting"); in extract_metadata()
293 error_exit("Aborting"); in extract_metadata()
[all …]
Dadb_install.cpp172 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()
[all …]
Dincremental_server.cpp661 error_exit("inc-server: failed to stat input file '%s'.", filepath); in open_fd()
666 error_exit("inc-server: failed to open file '%s'.", filepath); in open_fd()
684 error_exit("Verity tree size mismatch in signature file: %s [was %lld, expected %lld].\n", in open_signature()
700 error_exit("inc-server: must specify at least one file."); in serve()
Dbugreport.cpp202 if (argc > 2) error_exit("usage: adb bugreport [[PATH] | [--stream]]"); in DoIt()
/packages/modules/adb/fastdeploy/deploypatchgenerator/
Dpatch_utils.cpp63 error_exit("Aborting"); in GetHostAPKMetaData()
73 error_exit("Aborting"); in GetHostAPKMetaData()
104 error_exit("Aborting"); in Pipe()
Ddeploy_patch_generator.cpp167 error_exit("Aborting"); in GeneratePatch()
/packages/apps/Gallery2/jni_jpegstream/src/
Djerr_hook.cpp46 errMgr->mgr.error_exit = ErrExit; in SetupErrMgr()
/packages/modules/adb/
Dadb_utils.h53 [[noreturn]] void error_exit(const char* fmt, ...) __attribute__((__format__(__printf__, 1, 2)));
Dadb_utils.cpp368 void error_exit(const char* fmt, ...) { in error_exit() function
/packages/apps/Camera2/jni/
Djpegutil.cpp172 err.pub.error_exit = [](j_common_ptr cinfo) { in Compress()