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

/inkscape/src/
H A Ddir-util.cpp26 size_t retPos = base_len + 1; local
27 while ( (retPos < path.length()) && (path[retPos] == G_DIR_SEPARATOR) ) {
28 retPos++;
30 if ( (retPos + 1) < path.length() ) {
31 result = path.substr(retPos);

Completed in 13 milliseconds