Lines Matching refs:error_exit
116 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()
324 error_exit("Executing %s returned %s", apply_patch_service_string.c_str(), error.c_str()); in install_patch()
338 error_exit("Executing %s returned %s", apply_patch_service_string.c_str(), error.c_str()); in apply_patch_on_device()
348 error_exit("Failed to create patch for %s", apk_path); in create_patch()