Search

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

/inkscape/
H A Dbuildtool.cpp7089 String toDirName = parent.eval(toDirNameOpt , "."); local
7129 fileSetDir.c_str(), toDirName.c_str());
7155 if (toDirName.size()>0)
7157 destPath.append(toDirName);
7188 fileName.c_str(), toDirName.c_str());
7195 if (toDirName.size()>0)
7197 destPath.append(toDirName);
8256 String toDirName = parent.eval(toDirNameOpt, "."); local
8280 if (toDirName.size()>0)
8282 destPath.append(toDirName);
[all...]

Completed in 47 milliseconds