Home
last modified time | relevance | path

Searched refs:SystemErrorCodeToString (Results 1 – 12 of 12) sorted by relevance

/system/core/adb/
Dusb_windows.cpp224 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 …]
Dsysdeps_win32.cpp105 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 …]
Dadb.cpp477 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()
Dadb_utils.cpp253 D("SHGetFolderPathW failed: %s", android::base::SystemErrorCodeToString(hr).c_str()); in adb_get_homedir_path()
Dsysdeps.h160 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in adb_thread_join()
/system/core/base/
Derrors_test.cpp28 SystemErrorCodeToString(-1); in TEST()
29 SystemErrorCodeToString(0); in TEST()
30 SystemErrorCodeToString(1); in TEST()
Derrors_unix.cpp24 std::string SystemErrorCodeToString(int error_code) { in SystemErrorCodeToString() function
Derrors_windows.cpp36 std::string SystemErrorCodeToString(int int_error_code) { in SystemErrorCodeToString() function
/system/core/base/include/android-base/
Derrors.h41 std::string SystemErrorCodeToString(int error_code);
/system/core/adb/client/
Dmain.cpp48 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in GetLogFilePath()
146 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in adb_server_main()
/system/core/fastboot/
Dsocket.cpp289 return android::base::SystemErrorCodeToString(error_code); in GetErrorMessage()
/system/extras/perfprofd/quipper/base/
Dlogging.h534 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);