Searched refs:SystemErrorCodeToString (Results 1 – 11 of 11) sorted by relevance
28 SystemErrorCodeToString(-1); in TEST()29 SystemErrorCodeToString(0); in TEST()30 SystemErrorCodeToString(1); in TEST()
25 std::string SystemErrorCodeToString(int error_code) { in SystemErrorCodeToString() function
36 std::string SystemErrorCodeToString(int int_error_code) { in SystemErrorCodeToString() function
219 << android::base::SystemErrorCodeToString(GetLastError()); in _power_notification_thread()230 << android::base::SystemErrorCodeToString(GetLastError()); in _power_notification_thread()237 << android::base::SystemErrorCodeToString(GetLastError()); in _power_notification_thread()274 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()283 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()292 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()301 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()314 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()346 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in usb_write()366 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in usb_write()[all …]
190 << android::base::SystemErrorCodeToString(GetLastError()); in adb_server_main()
40 std::string SystemErrorCodeToString(int error_code);
108 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in operator ()()395 D("unknown error: %s", android::base::SystemErrorCodeToString(err).c_str()); in adb_open()438 D("unknown error: %s", android::base::SystemErrorCodeToString(err).c_str()); in adb_creat()669 D("closesocket failed: %s", android::base::SystemErrorCodeToString(err).c_str()); in _fh_socket_close()689 android::base::SystemErrorCodeToString(err).c_str()); in _fh_socket_read()705 android::base::SystemErrorCodeToString(err).c_str()); in _fh_socket_write()741 android::base::SystemErrorCodeToString(err).c_str()); in _fh_socket_writev()769 << android::base::SystemErrorCodeToString(rc); in _init_winsock()824 android::base::SystemErrorCodeToString(err).c_str()); in network_loopback_client()836 android::base::SystemErrorCodeToString(err).c_str()); in network_loopback_client()[all …]
522 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _make_handle_noninheritable()538 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _create_anonymous_pipe()624 android::base::SystemErrorCodeToString(err).c_str()); in _redirect_pipe_thread()699 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server()771 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server()796 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server()864 android::base::SystemErrorCodeToString(err).c_str()).c_str()); in launch_server()893 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server()
280 D("SHGetFolderPathW failed: %s", android::base::SystemErrorCodeToString(hr).c_str()); in adb_get_homedir_path()336 << android::base::SystemErrorCodeToString(GetLastError()); in GetLogFilePath()
68 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in exec_cmd()
291 return android::base::SystemErrorCodeToString(error_code); in GetErrorMessage()