Home
last modified time | relevance | path

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

/external/collada/src/dae/
DdaeURI.cpp143 static pcrecpp::RE findDir("(.*/)?(.*)?"); in parsePath() local
147 findDir.PartialMatch(path, &dir, &tmpFile); in parsePath()