Home
last modified time | relevance | path

Searched refs:ERROR_NEGATIVE_SEEK (Results 1 – 8 of 8) sorted by relevance

/external/lzma/CPP/7zip/
DIStream.h66 #define HRESULT_WIN32_ERROR_NEGATIVE_SEEK __HRESULT_FROM_WIN32(ERROR_NEGATIVE_SEEK)
68 #define HRESULT_WIN32_ERROR_NEGATIVE_SEEK HRESULT_FROM_WIN32(ERROR_NEGATIVE_SEEK)
/external/python/cpython3/PC/
Derrmap.h136 case ERROR_NEGATIVE_SEEK: // 131 in winerror_to_errno()
/external/lzma/CPP/Common/
DMyWindows.h87 #define ERROR_NEGATIVE_SEEK 131L macro
/external/llvm/lib/Support/
DErrorHandling.cpp179 MAP_ERR_TO_COND(ERROR_NEGATIVE_SEEK, invalid_argument); in mapWindowsError()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DErrorHandling.cpp179 MAP_ERR_TO_COND(ERROR_NEGATIVE_SEEK, invalid_argument); in mapWindowsError()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DErrorHandling.cpp271 MAP_ERR_TO_COND(ERROR_NEGATIVE_SEEK, invalid_argument); in mapWindowsError()
/external/e2fsprogs/lib/ext2fs/
Dnt_io.c300 { ERROR_NEGATIVE_SEEK, EINVAL },
/external/cronet/buildtools/third_party/libc++/trunk/src/filesystem/
Doperations.cpp445 {ERROR_NEGATIVE_SEEK, errc::invalid_argument}, in __win_err_to_errc()