Searched defs:origPath (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dresource-manager.cpp245 std::string origPath = uri; local
255 bool exists = searchUpwards( docbase, origPath, remainder );
261 if ( !Glib::path_is_absolute(origPath) ) {
263 exists = searchUpwards( *it, origPath, remainder );

Completed in 696 milliseconds