Home
last modified time | relevance | path

Searched refs:file_too_large (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/Support/
DErrc.h46 file_too_large = int(std::errc::file_too_large), enumerator
/external/google-breakpad/src/testing/scripts/
Dupload.py667 file_too_large = False
675 file_too_large = True
678 if options.verbose > 0 and not file_too_large:
687 if file_too_large:
/external/google-breakpad/src/testing/gtest/scripts/
Dupload.py667 file_too_large = False
675 file_too_large = True
678 if options.verbose > 0 and not file_too_large:
687 if file_too_large:
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp38 static_assert(static_cast<int>(std::errc::file_too_large) == EFBIG, ""); in main()
/external/libcxx/include/
Dsystem_error139 file_too_large, // EFBIG
271 file_too_large = EFBIG,
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
Dupload-diffs.py893 file_too_large = False
901 file_too_large = True
904 if options.verbose > 0 and not file_too_large:
913 if file_too_large:
/external/regex-re2/lib/codereview/
Dcodereview.py3238 file_too_large = False
3246 file_too_large = True
3249 if options.verbose > 0 and not file_too_large:
3259 if file_too_large: