Searched refs:SystemErrorCodeToString (Results 1 – 19 of 19) sorted by relevance
272 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()281 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()290 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()299 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()312 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()344 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in usb_write()430 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _adb_close_handle()504 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in recognized_device()513 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in recognized_device()535 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in recognized_device()[all …]
197 << android::base::SystemErrorCodeToString(GetLastError()); in adb_server_main()
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
34 using ::android::base::SystemErrorCodeToString;45 error_ = SystemErrorCodeToString(errno); in FileInputStream()76 error_ = SystemErrorCodeToString(errno); in Next()117 error_ = SystemErrorCodeToString(errno); in FileOutputStream()183 error_ = SystemErrorCodeToString(errno); in FlushImpl()
32 using ::android::base::SystemErrorCodeToString;78 *outError = "failed to open directory: " + SystemErrorCodeToString(errno); in Create()95 *outError = "failed to open directory: " + SystemErrorCodeToString(errno); in Create()
108 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in operator ()()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()923 android::base::SystemErrorCodeToString(err).c_str()); in GetWSARecvMsgFunc()1278 optname, android::base::SystemErrorCodeToString(err).c_str()); in adb_setsockopt()1298 android::base::SystemErrorCodeToString(err).c_str()); in adb_getsockname()1336 android::base::SystemErrorCodeToString(err).c_str()); in adb_shutdown()1437 android::base::SystemErrorCodeToString(err).c_str()); in set_tcp_keepalive()[all …]
547 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _make_handle_noninheritable()563 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _create_anonymous_pipe()649 android::base::SystemErrorCodeToString(err).c_str()); in _redirect_pipe_thread()724 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server()796 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server()821 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server()889 android::base::SystemErrorCodeToString(err).c_str()).c_str()); in launch_server()918 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()
33 using ::android::base::SystemErrorCodeToString;67 error_ = SystemErrorCodeToString(errno); in StartEntry()79 error_ = SystemErrorCodeToString(errno); in Write()138 error_ = SystemErrorCodeToString(errno); in Open()
43 using ::android::base::SystemErrorCodeToString;216 *out_error = SystemErrorCodeToString(errno); in MmapPath()224 *out_error = SystemErrorCodeToString(errno); in MmapPath()237 *out_error = SystemErrorCodeToString(errno); in MmapPath()352 diag->Error(DiagMessage() << SystemErrorCodeToString(errno)); in FindFiles()
39 LOG(ERROR) << "Failed to open file '" << path << "': " << base::SystemErrorCodeToString(errno); in CreateAssetFromFile()57 << base::SystemErrorCodeToString(errno); in CreateAssetFromFd()65 << base::SystemErrorCodeToString(errno); in CreateAssetFromFd()109 << base::SystemErrorCodeToString(errno); in Create()141 << base::SystemErrorCodeToString(errno); in Create()
24 using base::SystemErrorCodeToString;
40 std::string SystemErrorCodeToString(int error_code);
45 StdErrDiagnostics().Error(DiagMessage() << android::base::SystemErrorCodeToString(errno)); in ClearDirectory()
68 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in exec_cmd()
291 return android::base::SystemErrorCodeToString(error_code); in GetErrorMessage()
59 using ::android::base::SystemErrorCodeToString;