HomeSort by relevance Sort by last modified time
    Searched refs:ERROR_NEGATIVE_SEEK (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
error.h 89 #define ERROR_NEGATIVE_SEEK 131
winerror.h 143 #define ERROR_NEGATIVE_SEEK __MSABI_LONG(131)
    [all...]
  /external/llvm/lib/Support/
ErrorHandling.cpp 177 MAP_ERR_TO_COND(ERROR_NEGATIVE_SEEK, invalid_argument);
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 301 { ERROR_NEGATIVE_SEEK, EINVAL },
  /external/fio/os/windows/
posix.c 115 case ERROR_NEGATIVE_SEEK: return EINVAL;

Completed in 121 milliseconds