Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libpag
/ PathToUtf8
Function
PathToUtf8
exporter/src/platform/win/PlatformHelper.cpp:196–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
}
195
196
std::string PathToUtf8(const std::filesystem::path& path) {
197
return QString::fromStdWString(path.wstring()).toUtf8().toStdString();
198
}
199
200
} // namespace exporter
Callers
3
JoinPaths
Function · 0.85
GetFileName
Function · 0.85
GetDir
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected