Searched refs:newPathString (Results 1 – 1 of 1) sorted by relevance
300 std::string newPathString; in Append() local303 newPathString += component; in Append()306 newPathString = component.substr(1, component.size()); in Append()308 newPathString = path_ + SEPARATOR + component; in Append()312 newPathString = path_ + component; in Append()314 newPathString = path_ + SEPARATOR + component; in Append()318 FilePath newPath(newPathString); in Append()