MCPcopy Create free account
hub / github.com/Samsung/UTopia / getParentPath

Function getParentPath

lib/utils/FileUtil.cpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170std::string getParentPath(std::string Path) {
171
172 return fs::path(Path).parent_path().string();
173}
174
175std::string rebasePath(const std::string &Path, const std::string &OrgBase,
176 const std::string &NewBase) {

Callers 3

generateMethod · 0.85
getTargetReportDirPathFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 2

getTargetReportDirPathFunction · 0.68
TESTFunction · 0.68