Home
last modified time | relevance | path

Searched refs:GetLastError (Results 1 – 25 of 33) sorted by relevance

12

/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/bionic/libc/bionic/
H A Dsystem_property_set.cpp81 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 Dlasterror.cc40 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 Derrors_windows.cpp44 "Error %lu while retrieving message for error %lu", GetLastError(), in SystemErrorCodeToString()
53 GetLastError(), error_code); in SystemErrorCodeToString()
H A Dmapped_file.cpp60 if (length == 0 && ::GetLastError() == ERROR_FILE_INVALID) { in FromOsHandle()
H A Dutf8.cpp34 switch (GetLastError()) { in SetErrnoFromLastError()
/aosp12/libnativehelper/
H A DDlHelp.c60 DWORD cause = GetLastError(); in DlGetError()
66 GetLastError(), cause); in DlGetError()
/aosp12/system/core/fastboot/
H A Dusb_windows.cpp109 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 Dfs.cpp68 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in exec_cmd()
/aosp12/system/core/libutils/
H A DFileMap.cpp116 GetLastError() ); in ~FileMap()
156 mFileHandle, protect, GetLastError() ); in create()
171 adjOffset, adjLength, GetLastError() ); in create()
/aosp12/art/libartbase/base/
H A Dmem_map_windows.cc108 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 Ddirectory_iterator.cpp113 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 Dadb.cpp547 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 Dsysdeps_win32.cpp108 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 Dti_logging.h96 static jvmtiError GetLastError(jvmtiEnv* env, char** data);
H A Dti_logging.cc45 jvmtiError LogUtil::GetLastError(jvmtiEnv* env, char** data) { in GetLastError() function in openjdkjvmti::LogUtil
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DChunk.h98 inline std::string GetLastError() const { return last_error_; } in GetLastError() function
/aosp12/art/dt_fd_forward/
H A Ddt_fd_forward.cc662 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 Ddt_fd_forward.h98 jdwpTransportError GetLastError(/*out*/char** description);
/aosp12/frameworks/base/libs/androidfw/
H A DLoadedArsc.cpp681 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 DElfTest.cpp155 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 DElf.h77 void GetLastError(ErrorData* data);
/aosp12/art/libartbase/base/unix_file/
H A Dfd_file.cc89 if (::GetLastError() != ERROR_IO_PENDING || in pread()
118 if (::GetLastError() != ERROR_IO_PENDING || in pwrite()
/aosp12/frameworks/compile/mclinker/lib/Support/Windows/
H A DPathV3.inc174 } else if (ERROR_NO_MORE_FILES == GetLastError()) {

12