Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrc.h50 filename_too_long = int(std::errc::filename_too_long), enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp320 MAP_ERR_TO_COND(ERROR_BUFFER_OVERFLOW, filename_too_long); in mapWindowsError()
367 MAP_ERR_TO_COND(WSAENAMETOOLONG, filename_too_long); in mapWindowsError()
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h166 filename_too_long = ENAMETOOLONG, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__system_error/
H A Derrc.h165 filename_too_long = ENAMETOOLONG, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dsystem_error.cpp49 return errc::filename_too_long; in __win_err_to_errc()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp1011 return err.report(errc::filename_too_long); in __temp_directory_path()