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

/inkscape/
H A Dbuildtool.cpp7526 String workingDir = parent.resolve(parent.eval(workingDirOpt, "inkscape")); local
7544 for(size_t i=0; i<workingDir.size(); i++) {
7546 if (wasSlash && workingDir[i]!='/') workingDirDepth++;
7547 wasSlash = workingDir[i] == '/';
7555 if (workingDir.size()>0) {
7558 chdir(workingDir.c_str());
7568 if (workingDir.size()>0) {

Completed in 50 milliseconds