Home
last modified time | relevance | path

Searched refs:GetLastError (Results 1 – 13 of 13) 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.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.cpp583 die("GetTempPath failed, error %ld", GetLastError()); in win32_tmpfile()
588 die("GetTempFileName failed, error %ld", GetLastError()); in win32_tmpfile()
/system/unwinding/libunwindstack/include/unwindstack/
DElf.h77 void GetLastError(ErrorData* data);
/system/unwinding/libunwindstack/tests/
DElfTest.cpp155 elf.GetLastError(&error); in TEST_F()
161 elf.GetLastError(&error); in TEST_F()
549 elf.GetLastError(&error); in TEST_F()
/system/unwinding/libunwindstack/
DElf.cpp157 void Elf::GetLastError(ErrorData* data) { in GetLastError() function in unwindstack::Elf
DUnwinder.cpp273 elf->GetLastError(&last_error_); in Unwind()