Home
last modified time | relevance | path

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

/system/core/adb/client/
Dusb_windows.cpp219 << 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 …]
Dmain.cpp190 << android::base::SystemErrorCodeToString(GetLastError()); in adb_server_main()
Dincremental_utils.cpp259 D("%s failed at DuplicateHandle: %d", __func__, (int)::GetLastError()); in openZipArchiveFd()
/system/libbase/
Derrors_windows.cpp44 "Error %lu while retrieving message for error %lu", GetLastError(), in SystemErrorCodeToString()
53 GetLastError(), error_code); in SystemErrorCodeToString()
Dmapped_file.cpp60 if (length == 0 && ::GetLastError() == ERROR_FILE_INVALID) { in FromOsHandle()
Dutf8.cpp34 switch (GetLastError()) { in SetErrnoFromLastError()
Dfile.cpp113 CHECK_NE(result, 0ul) << "GetTempPathW failed, error: " << GetLastError(); in GetSystemTempDir()
Dfile_test.cpp168 tmp_is_empty = (GetLastError() == ERROR_ENVVAR_NOT_FOUND); in TEST()
/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()
207 errno = GetLastError(); in Read()
Dfs.cpp68 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in exec_cmd()
Dfastboot.cpp559 die("GetTempPath failed, error %ld", GetLastError()); in win32_tmpfile()
564 die("GetTempFileName failed, error %ld", GetLastError()); in win32_tmpfile()
/system/core/adb/
Dadb.cpp522 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()
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()
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()
Dadb_utils.cpp336 << android::base::SystemErrorCodeToString(GetLastError()); in GetLogFilePath()
/system/core/libunwindstack/include/unwindstack/
DElf.h82 void GetLastError(ErrorData* data);
/system/core/libunwindstack/tests/
DElfTest.cpp523 elf.GetLastError(&error); in TEST_F()
537 elf.GetLastError(&error); in TEST_F()
/system/core/libunwindstack/
DElf.cpp157 void Elf::GetLastError(ErrorData* data) { in GetLastError() function in unwindstack::Elf
DUnwinder.cpp256 elf->GetLastError(&last_error_); in Unwind()