Lines Matching refs:stderr
73 fprintf(stderr, "adb: Product directory not specified; " in product_file()
83 fprintf(stderr, "%s\n", adb_version().c_str()); in help()
84 fprintf(stderr, in help()
328 outfile = stderr; in read_and_dump()
583 fprintf(stderr,"\r\n[ disconnected ]\r\n"); in stdin_read_thread_loop()
656 fprintf(stderr,"error: %s\n", error.c_str()); in RemoteShell()
719 fprintf(stderr, "error: %s\n", error.c_str()); in adb_shell()
739 fprintf(stderr, "error: -e requires a single-character argument or 'none'\n"); in adb_shell()
773 fprintf(stderr, "error: target doesn't support PTY args -Tt\n"); in adb_shell()
775 fprintf(stderr, "error: PTY args -Tt cannot be used with -x\n"); in adb_shell()
795 fprintf(stderr, in adb_shell()
822 fprintf(stderr,"error: %s\n", error.c_str()); in adb_download_buffer()
842 fprintf(stderr,"* failed to write data '%s' *\n", error.c_str()); in adb_download_buffer()
858 fprintf(stderr,"* error response '%s' *\n", error.c_str()); in adb_download_buffer()
900 fprintf(stderr, "* cannot read '%s' *\n", fn); in adb_sideload_host()
921 fprintf(stderr, "* failed to read command: %s\n", strerror(errno)); in adb_sideload_host()
936 fprintf(stderr, "* attempt to read block %d past end\n", block); in adb_sideload_host()
949 fprintf(stderr,"* failed to write data '%s' *\n", error.c_str()); in adb_sideload_host()
986 fprintf(stderr, "error: adb %s not implemented on Win32\n", argv[0]); in ppp()
990 fprintf(stderr, "usage: adb %s <adb service name> [ppp opts]\n", in ppp()
1000 fprintf(stderr,"Error: Could not open adb service: %s. Error: %s\n", in ppp()
1049 fprintf(stderr, "adb: couldn't parse 'wait-for' command: %s\n", service); in wait_for_device()
1065 fprintf(stderr, "adb: unknown type %s; expected 'any', 'local', or 'usb'\n", in wait_for_device()
1072 fprintf(stderr, in wait_for_device()
1089 fprintf(stderr, "adb: unable to connect for %s: %s\n", command, error.c_str()); in adb_root()
1102 fprintf(stderr, "adb: error while reading for %s: %s\n", command, strerror(errno)); in adb_root()
1110 fprintf(stderr, "adb: unexpected output length for %s\n", command); in adb_root()
1163 fprintf(stderr,"- waiting for device -\n"); in send_shell_command()
1192 fprintf(stderr, "Bugreport is in progress and it could take minutes to complete.\n" in bugreport()
1203 fprintf(stderr, "Could not copy file '%s' to '%s'\n", zip_file, dest_file.c_str()); in bugreport()
1209 fprintf(stderr, "Device failed to take a zipped bugreport: %s\n", error_message); in bugreport()
1212 fprintf(stderr, "Unexpected string (%s) returned by bugreportz, " in bugreport()
1244 fprintf(stderr, "adb: backup -f passed with no filename.\n"); in backup()
1259 fprintf(stderr, "adb: backup either needs a list of packages or -all/-shared.\n"); in backup()
1266 fprintf(stderr, "adb: backup unable to create file '%s': %s\n", filename, strerror(errno)); in backup()
1281 fprintf(stderr, "adb: unable to connect for backup: %s\n", error.c_str()); in backup()
1302 fprintf(stderr, "adb: unable to open file %s: %s\n", filename, strerror(errno)); in restore()
1309 fprintf(stderr, "adb: unable to connect for restore: %s\n", error.c_str()); in restore()
1351 fprintf(stderr, "adb: getcwd failed: %s\n", strerror(errno)); in find_product_out_path()
1363 fprintf(stderr, "adb: ANDROID_BUILD_TOP not set!\n"); in find_product_out_path()
1377 fprintf(stderr, "adb: Couldn't find a product dir based on -p %s; " in find_product_out_path()
1402 fprintf(stderr, "adb: unrecognized option '%s'\n", *arg); in parse_push_pull_args()
1420 fprintf(stderr, "error: %s\n", error.c_str()); in adb_connect_command()
1432 fprintf(stderr, "error: %s\n", error.c_str()); in adb_query_command()
1481 fprintf(stderr, in adb_commandline()
1506 fprintf(stderr, "adb: invalid reply fd \"%s\"\n", reply_fd_str); in adb_commandline()
1521 fprintf(stderr, "adb: could not resolve \"-p %s\"\n", product); in adb_commandline()
1563 fprintf(stderr, in adb_commandline()
1569 fprintf(stderr, in adb_commandline()
1592 fprintf(stderr, "reply fd for adb server to client communication not specified.\n"); in adb_commandline()
1600 fprintf(stderr,"* could not start server *\n"); in adb_commandline()
1636 fprintf(stderr, "Usage: adb devices [-l]\n"); in adb_commandline()
1646 fprintf(stderr, "Usage: adb connect <host>[:<port>]\n"); in adb_commandline()
1655 fprintf(stderr, "Usage: adb disconnect [<host>[:<port>]]\n"); in adb_commandline()
1683 fprintf(stderr, "error: %s\n", error.c_str()); in adb_commandline()
1702 fprintf(stderr,"* server not running *\n"); in adb_commandline()
1707 fprintf(stderr, "error: %s\n", error.c_str()); in adb_commandline()
1820 fprintf(stderr, "error: %s\n", error.c_str()); in adb_commandline()
1838 fprintf(stderr, "error: %s\n", error.c_str()); in adb_commandline()
1910 fprintf(stderr, "error: %s\n", error.c_str()); in adb_commandline()
1943 fprintf(stderr, "error: %s\n", error.c_str()); in adb_commandline()
1994 fprintf(stderr, "Invalid APK file: %s\n", file); in install_app()
2001 fprintf(stderr, "Missing APK file\n"); in install_app()
2007 fprintf(stderr, "Failed to open %s: %s\n", file, strerror(errno)); in install_app()
2025 fprintf(stderr, "Connect error for write: %s\n", error.c_str()); in install_app()
2038 fprintf(stderr, "Failed to install %s: %s", file, buf); in install_app()
2041 fputs(buf, stderr); in install_app()
2060 fprintf(stderr, "Invalid APK file: %s\n", file); in install_multiple_app()
2072 fprintf(stderr, "Missing APK file\n"); in install_multiple_app()
2085 fprintf(stderr, "Connect error for create: %s\n", error.c_str()); in install_multiple_app()
2102 fprintf(stderr, "Failed to create session\n"); in install_multiple_app()
2103 fputs(buf, stderr); in install_multiple_app()
2112 fprintf(stderr, "Failed to stat %s\n", file); in install_multiple_app()
2123 fprintf(stderr, "Failed to open %s: %s\n", file, strerror(errno)); in install_multiple_app()
2131 fprintf(stderr, "Connect error for write: %s\n", error.c_str()); in install_multiple_app()
2144 fprintf(stderr, "Failed to write %s\n", file); in install_multiple_app()
2145 fputs(buf, stderr); in install_multiple_app()
2158 fprintf(stderr, "Connect error for finalize: %s\n", error.c_str()); in install_multiple_app()
2165 fputs(buf, stderr); in install_multiple_app()
2168 fprintf(stderr, "Failed to finalize session\n"); in install_multiple_app()
2169 fputs(buf, stderr); in install_multiple_app()
2229 fprintf(stderr, "Invalid APK file: %s\n", file); in install_app_legacy()
2239 fprintf(stderr, "Missing APK file\n"); in install_app_legacy()