Searched refs:searchUpwards (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dresource-manager.cpp133 bool searchUpwards( std::string const &base, std::string const &subpath, std::string &dest );
255 bool exists = searchUpwards( docbase, origPath, remainder );
263 exists = searchUpwards( *it, origPath, remainder );
345 bool ResourceManagerImpl::searchUpwards( std::string const &base, std::string const &subpath, std::string &dest ) function in class:Inkscape::ResourceManagerImpl

Completed in 2111 milliseconds