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

/inkscape/
H A Dbuildtool.cpp7146 String baseFileSetDir = fileSetDir; local
7147 std::size_t pos = baseFileSetDir.find_last_of('/');
7148 if (pos!=baseFileSetDir.npos &&
7149 pos < baseFileSetDir.size()-1)
7150 baseFileSetDir =
7151 baseFileSetDir.substr(pos+1,
7152 baseFileSetDir.size());
7160 if (baseFileSetDir.size()>0)
7162 destPath.append(baseFileSetDir);

Completed in 49 milliseconds