Home
last modified time | relevance | path

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

/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_test.cpp168 tmp_is_empty = (GetLastError() == ERROR_ENVVAR_NOT_FOUND); in TEST()
Dfile.cpp114 CHECK_NE(result, 0ul) << "GetTempPathW 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()
207 errno = GetLastError(); in Read()
Dfs.cpp68 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in exec_cmd()
Dfastboot.cpp742 die("GetTempPath failed, error %ld", GetLastError()); in win32_tmpfile()
747 die("GetTempFileName failed, error %ld", GetLastError()); in win32_tmpfile()
/system/tools/aidl/
Dio_delegate.cpp204 return Error() << "Failed to read directory '" << dirname << "': " << GetLastError(); in add_list_files()
224 const DWORD err = GetLastError(); in add_list_files()
/system/unwinding/libunwindstack/include/unwindstack/
DElf.h74 void GetLastError(ErrorData* data);
/system/unwinding/libunwindstack/tests/
DElfTest.cpp156 elf.GetLastError(&error); in TEST_F()
162 elf.GetLastError(&error); in TEST_F()
536 elf.GetLastError(&error); in TEST_F()
/system/unwinding/libunwindstack/
DElf.cpp160 void Elf::GetLastError(ErrorData* data) { in GetLastError() function in unwindstack::Elf
DUnwinder.cpp246 elf->GetLastError(&last_error_); in Unwind()