Home
last modified time | relevance | path

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

/system/libbase/
Derrors_test.cpp28 SystemErrorCodeToString(-1); in TEST()
29 SystemErrorCodeToString(0); in TEST()
30 SystemErrorCodeToString(1); in TEST()
Derrors_unix.cpp25 std::string SystemErrorCodeToString(int error_code) { in SystemErrorCodeToString() function
Derrors_windows.cpp36 std::string SystemErrorCodeToString(int int_error_code) { in SystemErrorCodeToString() function
/system/core/adb/client/
Dusb_windows.cpp219 << 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 …]
Dmain.cpp190 << android::base::SystemErrorCodeToString(GetLastError()); in adb_server_main()
/system/libbase/include/android-base/
Derrors.h40 std::string SystemErrorCodeToString(int error_code);
/system/core/adb/
Dsysdeps_win32.cpp108 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 …]
Dadb.cpp522 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()
Dadb_utils.cpp280 D("SHGetFolderPathW failed: %s", android::base::SystemErrorCodeToString(hr).c_str()); in adb_get_homedir_path()
336 << android::base::SystemErrorCodeToString(GetLastError()); in GetLogFilePath()
/system/core/fastboot/
Dfs.cpp68 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in exec_cmd()
Dsocket.cpp291 return android::base::SystemErrorCodeToString(error_code); in GetErrorMessage()