Searched refs:read_only_file_system (Results 1 – 3 of 3) sorted by relevance
68 read_only_file_system = int(std::errc::read_only_file_system), enumerator
85 read_only_file_system, // EROFS194 read_only_file_system = EROFS,
89 static_assert(static_cast<int>(std::errc::read_only_file_system) == EROFS, ""); in main()