Home
last modified time | relevance | path

Searched defs:remainingFile (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgDB/
H A DArchive.cpp108 … std::string remainingFile = currentFile.substr(searchPath.size() + 1, std::string::npos); in getDirectoryContents() local
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/
H A DArchive.cpp108 … std::string remainingFile = currentFile.substr(searchPath.size() + 1, std::string::npos); in getDirectoryContents() local
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/
H A DZipArchive.cpp585 … std::string remainingFile = iter->first.substr(searchPath.size() + 1, std::string::npos); in getDirectoryContents() local