Searched refs:outPath (Results 1 – 4 of 4) sorted by relevance
117 …std::string outPath = StringHelper::EndWith(outDir, SEPARATOR) ? outDir.substr(0, outDir.size() - … in GetFileParentPath() local121 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()
46 std::string outPath; member
204 this->traceConfig_.outPath = std::string(reinterpret_cast<char *>(xmlOutpath)); in ParseTracingNode()
459 g_outPath = config.outPath; in Init()