Home
last modified time | relevance | path

Searched refs:filename_too_long (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DErrc.h46 filename_too_long = int(std::errc::filename_too_long), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrc.h47 filename_too_long = int(std::errc::filename_too_long), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DErrorHandling.cpp156 MAP_ERR_TO_COND(ERROR_BUFFER_OVERFLOW, filename_too_long); in mapWindowsError()
201 MAP_ERR_TO_COND(WSAENAMETOOLONG, filename_too_long); in mapWindowsError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DErrorHandling.cpp248 MAP_ERR_TO_COND(ERROR_BUFFER_OVERFLOW, filename_too_long); in mapWindowsError()
293 MAP_ERR_TO_COND(WSAENAMETOOLONG, filename_too_long); in mapWindowsError()
/third_party/boost/libs/container_hash/test/
Dhash_system_error_test.cpp35 std::error_condition err2 = std::make_error_condition(std::errc::filename_too_long); in test_error_condition()
/third_party/boost/boost/system/detail/
Dsystem_category_posix.hpp47 filename_too_long, in is_generic_value()
Dsystem_category_win32.hpp260 case ERROR_BUFFER_OVERFLOW_: return make_error_condition( filename_too_long ); in system_category_default_error_condition_win32()
319 case WSAENAMETOOLONG_: return make_error_condition( filename_too_long ); in system_category_default_error_condition_win32()
/third_party/boost/boost/system/
Derror_code.hpp84 filename_too_long = ENAMETOOLONG, enumerator
/third_party/boost/libs/system/doc/system/
Dreference.adoc102 filename_too_long, //ENAMETOOLONG