Home
last modified time | relevance | path

Searched refs:findExt (Results 1 – 1 of 1) sorted by relevance

/external/collada/src/dae/
DdaeURI.cpp144 static pcrecpp::RE findExt("([^.]*)?(\\..*)?"); in parsePath() local
148 findExt.PartialMatch(tmpFile, &baseName, &extension); in parsePath()