Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DErrc.h46 file_too_large = int(std::errc::file_too_large), enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrc.h46 file_too_large = int(std::errc::file_too_large), enumerator
/external/llvm/include/llvm/Support/
DErrc.h46 file_too_large = int(std::errc::file_too_large), enumerator
/external/libcxx/include/
D__errc42 file_too_large, // EFBIG
139 file_too_large = EFBIG,
/external/googletest/googletest/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/googletest/googlemock/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/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/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h523 file_too_large = EFBIG, enumerator