Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/client/
H A Dusb_windows.cpp272 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 …]
H A Dmain.cpp197 << android::base::SystemErrorCodeToString(GetLastError()); in adb_server_main()
/aosp12/system/libbase/
H A Derrors_test.cpp28 SystemErrorCodeToString(-1); in TEST()
29 SystemErrorCodeToString(0); in TEST()
30 SystemErrorCodeToString(1); in TEST()
H A Derrors_unix.cpp25 std::string SystemErrorCodeToString(int error_code) { in SystemErrorCodeToString() function
H A Derrors_windows.cpp36 std::string SystemErrorCodeToString(int int_error_code) { in SystemErrorCodeToString() function
/aosp12/frameworks/base/tools/aapt2/io/
H A DFileStream.cpp34 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()
H A DFileSystem.cpp32 using ::android::base::SystemErrorCodeToString;
78 *outError = "failed to open directory: " + SystemErrorCodeToString(errno); in Create()
95 *outError = "failed to open directory: " + SystemErrorCodeToString(errno); in Create()
/aosp12/packages/modules/adb/
H A Dsysdeps_win32.cpp108 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 …]
H A Dadb.cpp547 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()
H A 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()
/aosp12/frameworks/base/tools/aapt2/format/
H A DArchive.cpp33 using ::android::base::SystemErrorCodeToString;
67 error_ = SystemErrorCodeToString(errno); in StartEntry()
79 error_ = SystemErrorCodeToString(errno); in Write()
138 error_ = SystemErrorCodeToString(errno); in Open()
/aosp12/frameworks/base/tools/aapt2/util/
H A DFiles.cpp43 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()
/aosp12/frameworks/base/libs/androidfw/
H A DAssetsProvider.cpp39 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()
H A DApkAssets.cpp24 using base::SystemErrorCodeToString;
/aosp12/system/libbase/include/android-base/
H A Derrors.h40 std::string SystemErrorCodeToString(int error_code);
/aosp12/frameworks/base/tools/aapt2/test/
H A DFixture.cpp45 StdErrDiagnostics().Error(DiagMessage() << android::base::SystemErrorCodeToString(errno)); in ClearDirectory()
/aosp12/system/core/fastboot/
H A Dfs.cpp68 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in exec_cmd()
H A Dsocket.cpp291 return android::base::SystemErrorCodeToString(error_code); in GetErrorMessage()
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp59 using ::android::base::SystemErrorCodeToString;