| 802 | } |
| 803 | |
| 804 | std::string Path::JoinNativePath(const std::vector<std::string_view>& components) |
| 805 | { |
| 806 | return StringUtil::JoinString(components.begin(), components.end(), FS_OSPATH_SEPARATOR_CHARACTER); |
| 807 | } |
| 808 | |
| 809 | std::vector<std::string> FileSystem::GetRootDirectoryList() |
| 810 | { |
nothing calls this directly
no test coverage detected