Searched refs:SystemErrorCodeToString (Results 1 – 12 of 12) sorted by relevance
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
226 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _power_notification_thread()237 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _power_notification_thread()244 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _power_notification_thread()288 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()299 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()310 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()322 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()338 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()373 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in usb_write()397 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in usb_write()[all …]
52 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in GetLogFilePath()171 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in adb_server_main()
41 std::string SystemErrorCodeToString(int error_code);
106 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in operator ()()371 D("unknown error: %s", android::base::SystemErrorCodeToString(err).c_str()); in adb_open()417 D("unknown error: %s", android::base::SystemErrorCodeToString(err).c_str()); in adb_creat()587 android::base::SystemErrorCodeToString(WSAGetLastError()).c_str()); in _fh_socket_close()593 D("closesocket failed: %s", android::base::SystemErrorCodeToString(err).c_str()); in _fh_socket_close()613 android::base::SystemErrorCodeToString(err).c_str()); in _fh_socket_read()629 android::base::SystemErrorCodeToString(err).c_str()); in _fh_socket_write()665 android::base::SystemErrorCodeToString(rc).c_str()); in _init_winsock()723 android::base::SystemErrorCodeToString(err).c_str()); in network_loopback_client()735 android::base::SystemErrorCodeToString(err).c_str()); in network_loopback_client()[all …]
509 h, android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _make_handle_noninheritable()525 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _create_anonymous_pipe()610 android::base::SystemErrorCodeToString(err).c_str()); in _redirect_pipe_thread()665 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server()738 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server()763 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server()830 android::base::SystemErrorCodeToString(err).c_str()).c_str()); in launch_server()861 wait_result, android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server()
227 D("SHGetFolderPathW failed: %s", android::base::SystemErrorCodeToString(hr).c_str()); in adb_get_homedir_path()
140 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in adb_thread_join()
289 return android::base::SystemErrorCodeToString(error_code); in GetErrorMessage()
534 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);