Searched refs:pathStream (Results 1 – 2 of 2) sorted by relevance
466 std::stringstream pathStream; in FindTestDataPath() local467 pathStream << path << "/" << searchPath; in FindTestDataPath()468 std::string candidatePath = pathStream.str(); in FindTestDataPath()
1864 std::stringstream pathStream; in addTestArtifact() local1865 pathStream << mTestArtifactDirectory << GetPathSeparator() << artifactName; in addTestArtifact()1866 return pathStream.str(); in addTestArtifact()