Searched refs:findExt (Results 1 – 1 of 1) sorted by relevance
144 static pcrecpp::RE findExt("([^.]*)?(\\..*)?"); in parsePath() local148 findExt.PartialMatch(tmpFile, &baseName, &extension); in parsePath()