Searched refs:GetLastError (Results 1 – 13 of 13) sorted by relevance
/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 | 583 die("GetTempPath failed, error %ld", GetLastError()); in win32_tmpfile() 588 die("GetTempFileName failed, error %ld", GetLastError()); in win32_tmpfile()
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | Elf.h | 77 void GetLastError(ErrorData* data);
|
/system/unwinding/libunwindstack/tests/ |
D | ElfTest.cpp | 155 elf.GetLastError(&error); in TEST_F() 161 elf.GetLastError(&error); in TEST_F() 549 elf.GetLastError(&error); in TEST_F()
|
/system/unwinding/libunwindstack/ |
D | Elf.cpp | 157 void Elf::GetLastError(ErrorData* data) { in GetLastError() function in unwindstack::Elf
|
D | Unwinder.cpp | 273 elf->GetLastError(&last_error_); in Unwind()
|