MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / JoinNativePath

Method JoinNativePath

common/FileSystem.cpp:804–807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

802}
803
804std::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
809std::vector<std::string> FileSystem::GetRootDirectoryList()
810{

Callers

nothing calls this directly

Calls 3

JoinStringFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected