Searched refs:SystemErrorCodeToString (Results 1 – 12 of 12) sorted by relevance
224 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _power_notification_thread()235 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _power_notification_thread()242 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _power_notification_thread()286 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()297 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()308 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()320 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()336 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()371 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in usb_write()395 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in usb_write()[all …]
105 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in operator ()()433 D("unknown error: %s", android::base::SystemErrorCodeToString(err).c_str()); in adb_open()479 D("unknown error: %s", android::base::SystemErrorCodeToString(err).c_str()); in adb_creat()725 android::base::SystemErrorCodeToString(WSAGetLastError()).c_str()); in _fh_socket_close()731 D("closesocket failed: %s", android::base::SystemErrorCodeToString(err).c_str()); in _fh_socket_close()752 android::base::SystemErrorCodeToString(err).c_str()); in _fh_socket_read()768 android::base::SystemErrorCodeToString(err).c_str()); in _fh_socket_write()804 android::base::SystemErrorCodeToString(rc).c_str()); in _init_winsock()862 android::base::SystemErrorCodeToString(err).c_str()); in network_loopback_client()874 android::base::SystemErrorCodeToString(err).c_str()); in network_loopback_client()[all …]
477 h, android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _make_handle_noninheritable()493 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _create_anonymous_pipe()578 android::base::SystemErrorCodeToString(err).c_str()); in _redirect_pipe_thread()634 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server()707 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server()733 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server()800 android::base::SystemErrorCodeToString(err).c_str()).c_str()); in launch_server()831 wait_result, android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server()
253 D("SHGetFolderPathW failed: %s", android::base::SystemErrorCodeToString(hr).c_str()); in adb_get_homedir_path()
160 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in adb_thread_join()
28 SystemErrorCodeToString(-1); in TEST()29 SystemErrorCodeToString(0); in TEST()30 SystemErrorCodeToString(1); in TEST()
24 std::string SystemErrorCodeToString(int error_code) { in SystemErrorCodeToString() function
36 std::string SystemErrorCodeToString(int int_error_code) { in SystemErrorCodeToString() function
41 std::string SystemErrorCodeToString(int error_code);
48 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in GetLogFilePath()146 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in adb_server_main()
289 return android::base::SystemErrorCodeToString(error_code); in GetErrorMessage()
534 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);