Home
last modified time | relevance | path

Searched refs:read_only_file_system (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DErrc.h68 read_only_file_system = int(std::errc::read_only_file_system), enumerator
/llvm-project-15.0.7/libcxx/include/
H A D__errc85 read_only_file_system, // EROFS
194 read_only_file_system = EROFS,
/llvm-project-15.0.7/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp89 static_assert(static_cast<int>(std::errc::read_only_file_system) == EROFS, ""); in main()