Home
last modified time | relevance | path

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

12345

/aosp_15_r20/packages/modules/adb/client/
Dusb_windows.cpp217 << android::base::SystemErrorCodeToString(GetLastError()); in _power_notification_thread()
228 << android::base::SystemErrorCodeToString(GetLastError()); in _power_notification_thread()
235 << android::base::SystemErrorCodeToString(GetLastError()); in _power_notification_thread()
279 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()
288 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()
297 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()
306 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()
319 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()
351 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in usb_write()
371 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in usb_write()
[all …]
/aosp_15_r20/external/libchrome/base/synchronization/
H A Dlock_impl_posix.cc33 std::string SystemErrorCodeToString(int error_code) { in SystemErrorCodeToString() function
60 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
64 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
70 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
73 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
75 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
80 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in ~LockImpl()
85 DCHECK(rv == 0 || rv == EBUSY) << ". " << SystemErrorCodeToString(rv); in Try()
103 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in Lock()
/aosp_15_r20/external/cronet/base/synchronization/
H A Dlock_impl_posix.cc32 std::string SystemErrorCodeToString(int error_code) { in SystemErrorCodeToString() function
47 << ". " << base::internal::SystemErrorCodeToString(rv); in dcheck_trylock_result()
71 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
75 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
81 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
84 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
86 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
91 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in ~LockImpl()
96 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockInternal()
/aosp_15_r20/packages/modules/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()
817 "cannot create socket: %s", android::base::SystemErrorCodeToString(err).c_str()); in adb_socket()
841 << " failed: " + android::base::SystemErrorCodeToString(err); in adb_bind()
[all …]
Dadb.cpp655 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _make_handle_noninheritable()
671 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _create_anonymous_pipe()
757 android::base::SystemErrorCodeToString(err).c_str()); in _redirect_pipe_thread()
836 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server()
908 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server()
951 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server()
1019 android::base::SystemErrorCodeToString(err).c_str()).c_str()); in launch_server()
1048 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()
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DFileStream.cpp35 using ::android::base::SystemErrorCodeToString;
45 error_ = SystemErrorCodeToString(errno); in FileInputStream()
87 error_ = SystemErrorCodeToString(errno); in Next()
137 error_ = SystemErrorCodeToString(errno); in FileOutputStream()
203 error_ = SystemErrorCodeToString(errno); in FlushImpl()
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()
148 << "': " << base::SystemErrorCodeToString(errno); in Create()
/aosp_15_r20/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
/aosp_15_r20/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()
/aosp_15_r20/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()
358 diag->Error(android::DiagMessage() << SystemErrorCodeToString(errno) << ": " << root_dir); in FindFiles()
/aosp_15_r20/frameworks/base/tools/aapt2/io/
H A DFileSystem.cpp33 using ::android::base::SystemErrorCodeToString;
97 *outError = "failed to open directory: " + SystemErrorCodeToString(errno); in Create()
114 *outError = "failed to open directory: " + SystemErrorCodeToString(errno); in Create()
/aosp_15_r20/external/cronet/base/profiler/
H A Dstack_base_address_posix.cc58 << logging::SystemErrorCodeToString(result); in GetThreadStackBaseAddressImpl()
65 << logging::SystemErrorCodeToString(result); in GetThreadStackBaseAddressImpl()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/io/
H A Dsocket_win.inc115 std::string SystemErrorCodeToString(int code) {
131 SystemErrorCodeToString(error_number)));
/aosp_15_r20/external/libchrome/base/
H A Dlogging.cc948 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString() function
979 stream() << ": " << SystemErrorCodeToString(err_); in ~Win32ErrorLogMessage()
995 stream() << ": " << SystemErrorCodeToString(err_); in ~ErrnoLogMessage()
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/core/base/include/android-base/
Derrors.h40 std::string SystemErrorCodeToString(int error_code);
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/system/libbase/include/android-base/
Derrors.h40 std::string SystemErrorCodeToString(int error_code);
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/libbase/include/android-base/
Derrors.h40 std::string SystemErrorCodeToString(int error_code);
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/libbase/include/android-base/
Derrors.h40 std::string SystemErrorCodeToString(int error_code);
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/core/base/include/android-base/
Derrors.h40 std::string SystemErrorCodeToString(int error_code);
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/libbase/include/android-base/
Derrors.h40 std::string SystemErrorCodeToString(int error_code);
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/libbase/include/android-base/
Derrors.h40 std::string SystemErrorCodeToString(int error_code);
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/libbase/include/android-base/
Derrors.h40 std::string SystemErrorCodeToString(int error_code);
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/libbase/include/android-base/
Derrors.h40 std::string SystemErrorCodeToString(int error_code);

12345