/aosp12/packages/modules/adb/client/ |
H A D | usb_windows.cpp | 272 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 D | main.cpp | 197 << android::base::SystemErrorCodeToString(GetLastError()); in adb_server_main()
|
/aosp12/bionic/libc/bionic/ |
H A D | system_property_set.cpp | 81 int GetLastError() { in GetLastError() function in PropertyServiceConnection 181 return connection.GetLastError(); in send_prop_msg() 274 errno = connection.GetLastError(); in __system_property_set() 284 errno = connection.GetLastError(); in __system_property_set() 293 errno = connection.GetLastError(); in __system_property_set()
|
/aosp12/art/test/1957-error-ext/ |
H A D | lasterror.cc | 40 using GetLastError = jvmtiError(*)(jvmtiEnv* env, char** msg); typedef 88 GetLastError get_last_error = reinterpret_cast<GetLastError>( in Java_art_Test1957_getLastError()
|
/aosp12/system/libbase/ |
H A D | errors_windows.cpp | 44 "Error %lu while retrieving message for error %lu", GetLastError(), in SystemErrorCodeToString() 53 GetLastError(), error_code); in SystemErrorCodeToString()
|
H A D | mapped_file.cpp | 60 if (length == 0 && ::GetLastError() == ERROR_FILE_INVALID) { in FromOsHandle()
|
H A D | utf8.cpp | 34 switch (GetLastError()) { in SetErrnoFromLastError()
|
/aosp12/libnativehelper/ |
H A D | DlHelp.c | 60 DWORD cause = GetLastError(); in DlGetError() 66 GetLastError(), cause); in DlGetError()
|
/aosp12/system/core/fastboot/ |
H A D | usb_windows.cpp | 109 errno = GetLastError(); in do_usb_open() 149 errno = GetLastError(); in do_usb_open() 169 errno = GetLastError(); in Write() 207 errno = GetLastError(); in Read()
|
H A D | fs.cpp | 68 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in exec_cmd()
|
/aosp12/system/core/libutils/ |
H A D | FileMap.cpp | 116 GetLastError() ); in ~FileMap() 156 mFileHandle, protect, GetLastError() ); in create() 171 adjOffset, adjLength, GetLastError() ); in create()
|
/aosp12/art/libartbase/base/ |
H A D | mem_map_windows.cc | 108 DWORD error = ::GetLastError(); in TargetMMap() 123 DWORD error = ::GetLastError(); in TargetMMap()
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/ |
H A D | directory_iterator.cpp | 113 ec = error_code(::GetLastError(), generic_category()); in __dir_stream() 144 ec = error_code(::GetLastError(), generic_category()); in advance() 153 ec = error_code(::GetLastError(), generic_category()); in close()
|
/aosp12/packages/modules/adb/ |
H A D | adb.cpp | 547 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _make_handle_noninheritable() 563 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _create_anonymous_pipe() 642 const DWORD err = GetLastError(); 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() 882 const DWORD err = GetLastError(); in launch_server() 918 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server()
|
H A D | sysdeps_win32.cpp | 108 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in operator ()() 380 const DWORD err = GetLastError(); in adb_open() 423 const DWORD err = GetLastError(); in adb_creat() 467 switch (::GetLastError()) { in adb_pread() 508 switch (::GetLastError()) { in adb_pwrite() 1531 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _get_key_event_record() 2302 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in stdin_raw_init() 2322 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in stdin_raw_restore()
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_logging.h | 96 static jvmtiError GetLastError(jvmtiEnv* env, char** data);
|
H A D | ti_logging.cc | 45 jvmtiError LogUtil::GetLastError(jvmtiEnv* env, char** data) { in GetLastError() function in openjdkjvmti::LogUtil
|
/aosp12/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | Chunk.h | 98 inline std::string GetLastError() const { return last_error_; } in GetLastError() function
|
/aosp12/art/dt_fd_forward/ |
H A D | dt_fd_forward.cc | 662 jdwpTransportError FdForwardTransport::GetLastError(/*out*/char** err) { in GetLastError() function in dt_fd_forward::FdForwardTransport 757 static jdwpTransportError GetLastError(jdwpTransportEnv* env, char** error) { in GetLastError() function in dt_fd_forward::JdwpTransportFunctions 758 return AsFdForward(env)->GetLastError(error); in GetLastError() 774 JdwpTransportFunctions::GetLastError,
|
H A D | dt_fd_forward.h | 98 jdwpTransportError GetLastError(/*out*/char** description);
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | LoadedArsc.cpp | 681 overlayable_iter.GetLastError().c_str()); in Load() 737 LOG(ERROR) << iter.GetLastError(); in Load() 811 LOG(ERROR) << iter.GetLastError(); in LoadTable() 845 LOG(ERROR) << iter.GetLastError(); in Load()
|
/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | ElfTest.cpp | 155 elf.GetLastError(&error); in TEST_F() 161 elf.GetLastError(&error); in TEST_F() 549 elf.GetLastError(&error); in TEST_F()
|
/aosp12/system/unwinding/libunwindstack/include/unwindstack/ |
H A D | Elf.h | 77 void GetLastError(ErrorData* data);
|
/aosp12/art/libartbase/base/unix_file/ |
H A D | fd_file.cc | 89 if (::GetLastError() != ERROR_IO_PENDING || in pread() 118 if (::GetLastError() != ERROR_IO_PENDING || in pwrite()
|
/aosp12/frameworks/compile/mclinker/lib/Support/Windows/ |
H A D | PathV3.inc | 174 } else if (ERROR_NO_MORE_FILES == GetLastError()) {
|