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

  /external/chromium_org/net/base/
net_errors_win.cc 101 case ERROR_FILENAME_EXCED_RANGE: // The filename or extension is too long.
  /ndk/sources/host-tools/sed-4.2.1/lib/
rename.c 108 case ERROR_FILENAME_EXCED_RANGE:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
corerror.h 45 #define COR_E_PATHTOOLONG HRESULT_FROM_WIN32(ERROR_FILENAME_EXCED_RANGE)
error.h 150 #define ERROR_FILENAME_EXCED_RANGE 206
winerror.h 202 #define ERROR_FILENAME_EXCED_RANGE __MSABI_LONG(206)
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
win32err.c 279 case ERROR_FILENAME_EXCED_RANGE: prError = PR_NAME_TOO_LONG_ERROR; break;
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 309 { ERROR_FILENAME_EXCED_RANGE, ENOENT },
  /external/fio/os/windows/
posix.c 88 case ERROR_FILENAME_EXCED_RANGE: return EINVAL;

Completed in 72 milliseconds