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

Function getProjectBaseDirPath

tests/TestHelper.cpp:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55std::string getProjectBaseDirPath(std::string ProjectName) {
56
57 return (fs::path(getBaseDirPath()) / fs::path("SOURCES") /
58 fs::path(ProjectName))
59 .string();
60}
61
62std::string getProjectOutDirPath(std::string ProjectName) {
63

Callers 7

getPublicAPIPathFunction · 0.85
getPreSourcePathFunction · 0.85
getTargetSourcePathFunction · 0.85
getUTSourcePathFunction · 0.85
SetUpTestCaseMethod · 0.85
SetUpTestCaseMethod · 0.85
TESTFunction · 0.85

Calls 1

getBaseDirPathFunction · 0.85

Tested by

no test coverage detected