Home
last modified time | relevance | path

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

/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/adb/client/
Dusb_windows.cpp226 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 …]
Dmain.cpp52 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in GetLogFilePath()
171 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in adb_server_main()
/system/core/base/include/android-base/
Derrors.h41 std::string SystemErrorCodeToString(int error_code);
/system/core/adb/
Dsysdeps_win32.cpp106 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 …]
Dadb.cpp509 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()
Dadb_utils.cpp227 D("SHGetFolderPathW failed: %s", android::base::SystemErrorCodeToString(hr).c_str()); in adb_get_homedir_path()
Dsysdeps.h140 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in adb_thread_join()
/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);