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

  /external/chromium_org/net/base/
net_errors_win.cc 79 case ERROR_HANDLE_EOF: // Reached the end of the file.
file_stream_context_win.cc 73 } else if (error.os_error == ERROR_HANDLE_EOF) {
148 if (error == ERROR_HANDLE_EOF) {
  /external/chromium_org/chrome/browser/
crash_upload_list_win.cc 48 // of ERROR_HANDLE_EOF.
49 DCHECK(GetLastError() == ERROR_HANDLE_EOF);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
corerror.h 41 #define COR_E_ENDOFSTREAM HRESULT_FROM_WIN32(ERROR_HANDLE_EOF)
winerror.h 80 #define ERROR_HANDLE_EOF __MSABI_LONG(38)
    [all...]
  /external/chromium_org/base/files/
file_win.cc 153 if (ERROR_HANDLE_EOF == GetLastError())
169 if (ERROR_HANDLE_EOF == GetLastError())
  /external/chromium_org/third_party/zlib/contrib/minizip/
iowin32.c 160 if (dwErr == ERROR_HANDLE_EOF)
182 if (dwErr == ERROR_HANDLE_EOF)
  /external/zlib/src/contrib/minizip/
iowin32.c 209 if (dwErr == ERROR_HANDLE_EOF)
231 if (dwErr == ERROR_HANDLE_EOF)
  /external/deqp/execserver/
xsWin32TestProcess.cpp 249 else if (err == ERROR_HANDLE_EOF)
274 if (err == ERROR_HANDLE_EOF)
  /external/deqp/framework/delibs/deutil/
deFile.c 357 if (error == ERROR_HANDLE_EOF)
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 457 milliseconds