Searched refs:GetLastError (Results 1 – 19 of 19) sorted by relevance
/system/core/adb/client/ |
D | usb_windows.cpp | 219 << android::base::SystemErrorCodeToString(GetLastError()); in _power_notification_thread() 230 << android::base::SystemErrorCodeToString(GetLastError()); in _power_notification_thread() 237 << android::base::SystemErrorCodeToString(GetLastError()); in _power_notification_thread() 274 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open() 283 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open() 292 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open() 301 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open() 314 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in do_usb_open() 346 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in usb_write() 366 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in usb_write() [all …]
|
D | main.cpp | 190 << android::base::SystemErrorCodeToString(GetLastError()); in adb_server_main()
|
D | incremental_utils.cpp | 259 D("%s failed at DuplicateHandle: %d", __func__, (int)::GetLastError()); in openZipArchiveFd()
|
/system/libbase/ |
D | errors_windows.cpp | 44 "Error %lu while retrieving message for error %lu", GetLastError(), in SystemErrorCodeToString() 53 GetLastError(), error_code); in SystemErrorCodeToString()
|
D | mapped_file.cpp | 60 if (length == 0 && ::GetLastError() == ERROR_FILE_INVALID) { in FromOsHandle()
|
D | utf8.cpp | 34 switch (GetLastError()) { in SetErrnoFromLastError()
|
D | file.cpp | 113 CHECK_NE(result, 0ul) << "GetTempPathW failed, error: " << GetLastError(); in GetSystemTempDir()
|
D | file_test.cpp | 168 tmp_is_empty = (GetLastError() == ERROR_ENVVAR_NOT_FOUND); in TEST()
|
/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() 207 errno = GetLastError(); in Read()
|
D | fs.cpp | 68 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in exec_cmd()
|
D | fastboot.cpp | 559 die("GetTempPath failed, error %ld", GetLastError()); in win32_tmpfile() 564 die("GetTempFileName failed, error %ld", GetLastError()); in win32_tmpfile()
|
/system/core/adb/ |
D | adb.cpp | 522 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _make_handle_noninheritable() 538 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _create_anonymous_pipe() 617 const DWORD err = GetLastError(); in _redirect_pipe_thread() 699 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server() 771 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server() 796 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server() 857 const DWORD err = GetLastError(); in launch_server() 893 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in launch_server()
|
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() 1366 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in _get_key_event_record() 2137 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in stdin_raw_init() 2157 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in stdin_raw_restore()
|
D | adb_utils.cpp | 336 << 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 | 523 elf.GetLastError(&error); in TEST_F() 537 elf.GetLastError(&error); in TEST_F()
|
/system/core/libunwindstack/ |
D | Elf.cpp | 157 void Elf::GetLastError(ErrorData* data) { in GetLastError() function in unwindstack::Elf
|
D | Unwinder.cpp | 256 elf->GetLastError(&last_error_); in Unwind()
|