Searched refs:subPath (Results 1 – 2 of 2) sorted by relevance
119 std::string subPath = StringHelper::Replace(subPackage, '.', SEPARATOR); in GetFileParentPath() local120 if (subPath.empty()) { in GetFileParentPath()121 return File::AdapterPath(StringHelper::Format("%s/", outPath.c_str(), subPath.c_str())); in GetFileParentPath()123 return File::AdapterPath(StringHelper::Format("%s/%s/", outPath.c_str(), subPath.c_str())); in GetFileParentPath()
348 …std::string subPath = StringHelper::Replace(package.substr(rootPackage.size() + 1), '.', SEPARATOR… in GetPackagePath() local349 return File::AdapterPath(rootPath + "/" + subPath); in GetPackagePath()