Searched refs:thirdPos (Results 1 – 1 of 1) sorted by relevance
5612 auto thirdPos = tempSoDir.find(ServiceConstants::PATH_SEPARATOR, secondPos + 1); in RemoveTempSoDir() local5613 if (thirdPos == std::string::npos) { in RemoveTempSoDir()5617 std::string subTempSoDir = tempSoDir.substr(0, thirdPos); in RemoveTempSoDir()