| 72 | return detail::user_dirs_impl(kWindows, real_env, sub); |
| 73 | } |
| 74 | fs::path user_write_dir(std::string_view sub, bool cache) { |
| 75 | return detail::user_write_dir_impl(kWindows, cache, real_env, sub); |
| 76 | } |
| 77 | std::string user_dir_hint(std::string_view sub) { |
| 78 | return detail::user_dir_hint_impl(kWindows, sub); |
| 79 | } |
no test coverage detected