Searched refs:GetLastError (Results 1 – 16 of 16) sorted by relevance
/system/core/adb/client/ |
D | usb_windows.cpp | 216 << 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 …]
|
D | main.cpp | 179 << android::base::SystemErrorCodeToString(GetLastError()); in adb_server_main()
|
/system/core/base/ |
D | errors_windows.cpp | 44 "Error %lu while retrieving message for error %lu", GetLastError(), in SystemErrorCodeToString() 53 GetLastError(), error_code); in SystemErrorCodeToString()
|
D | utf8.cpp | 34 switch (GetLastError()) { in SetErrnoFromLastError()
|
D | file.cpp | 88 CHECK_NE(result, 0ul) << "GetTempPathA failed, error: " << GetLastError(); in GetSystemTempDir()
|
/system/core/libutils/ |
D | FileMap.cpp | 116 GetLastError() ); in ~FileMap() 156 mFileHandle, protect, GetLastError() ); in create() 171 adjOffset, adjLength, GetLastError() ); in create()
|
/system/core/fastboot/ |
D | usb_windows.cpp | 109 errno = GetLastError(); in do_usb_open() 149 errno = GetLastError(); in do_usb_open() 169 errno = GetLastError(); in Write() 206 errno = GetLastError(); in Read()
|
D | fs.cpp | 68 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in exec_cmd()
|
D | fastboot.cpp | 536 die("GetTempPath failed, error %ld", GetLastError()); in win32_tmpfile() 541 die("GetTempFileName failed, error %ld", GetLastError()); in win32_tmpfile()
|
/system/core/adb/ |
D | adb.cpp | 478 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()
|
D | sysdeps_win32.cpp | 112 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()
|
D | adb_utils.cpp | 332 << android::base::SystemErrorCodeToString(GetLastError()); in GetLogFilePath()
|
/system/core/libunwindstack/include/unwindstack/ |
D | Elf.h | 82 void GetLastError(ErrorData* data);
|
/system/core/libunwindstack/tests/ |
D | ElfTest.cpp | 516 elf.GetLastError(&error); in TEST_F() 530 elf.GetLastError(&error); in TEST_F()
|
/system/core/libunwindstack/ |
D | Elf.cpp | 153 void Elf::GetLastError(ErrorData* data) { in GetLastError() function in unwindstack::Elf
|
D | Unwinder.cpp | 254 elf->GetLastError(&last_error_); in Unwind()
|