Home
last modified time | relevance | path

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

/system/core/adb/client/
Dusb_windows.cpp216 << android::base::SystemErrorCodeToString(GetLastError()); in _power_notification_thread()
227 << android::base::SystemErrorCodeToString(GetLastError()); in _power_notification_thread()
234 << android::base::SystemErrorCodeToString(GetLastError()); in _power_notification_thread()
271 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()
280 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()
289 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()
298 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()
311 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open()
343 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in usb_write()
363 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in usb_write()
[all …]
Dmain.cpp179 << android::base::SystemErrorCodeToString(GetLastError()); in adb_server_main()
/system/core/base/
Derrors_windows.cpp44 "Error %lu while retrieving message for error %lu", GetLastError(), in SystemErrorCodeToString()
53 GetLastError(), error_code); in SystemErrorCodeToString()
Dutf8.cpp34 switch (GetLastError()) { in SetErrnoFromLastError()
Dfile.cpp88 CHECK_NE(result, 0ul) << "GetTempPathA failed, error: " << GetLastError(); in GetSystemTempDir()
/system/core/libutils/
DFileMap.cpp116 GetLastError() ); in ~FileMap()
156 mFileHandle, protect, GetLastError() ); in create()
171 adjOffset, adjLength, GetLastError() ); in create()
/system/core/fastboot/
Dusb_windows.cpp109 errno = GetLastError(); in do_usb_open()
149 errno = GetLastError(); in do_usb_open()
169 errno = GetLastError(); in Write()
206 errno = GetLastError(); in Read()
Dfs.cpp68 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in exec_cmd()
Dfastboot.cpp536 die("GetTempPath failed, error %ld", GetLastError()); in win32_tmpfile()
541 die("GetTempFileName failed, error %ld", GetLastError()); in win32_tmpfile()
/system/core/adb/
Dadb.cpp478 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _make_handle_noninheritable()
494 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _create_anonymous_pipe()
573 const DWORD err = GetLastError(); in _redirect_pipe_thread()
655 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server()
727 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server()
752 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server()
813 const DWORD err = GetLastError(); in launch_server()
849 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server()
Dsysdeps_win32.cpp112 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in operator ()()
391 const DWORD err = GetLastError(); in adb_open()
434 const DWORD err = GetLastError(); in adb_creat()
1279 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _get_key_event_record()
2050 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in stdin_raw_init()
2070 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in stdin_raw_restore()
Dadb_utils.cpp332 << android::base::SystemErrorCodeToString(GetLastError()); in GetLogFilePath()
/system/core/libunwindstack/include/unwindstack/
DElf.h82 void GetLastError(ErrorData* data);
/system/core/libunwindstack/tests/
DElfTest.cpp516 elf.GetLastError(&error); in TEST_F()
530 elf.GetLastError(&error); in TEST_F()
/system/core/libunwindstack/
DElf.cpp153 void Elf::GetLastError(ErrorData* data) { in GetLastError() function in unwindstack::Elf
DUnwinder.cpp254 elf->GetLastError(&last_error_); in Unwind()