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

/inkscape/
H A Dbuildtool.cpp2604 String fullChild = baseDir;
2605 fullChild.append("/");
2606 fullChild.append(childName);
2608 if (isDirectory(fullChild))
2615 else if (!isRegularFile(fullChild))
4339 String fullChild = baseDir; local
4340 fullChild.append("/");
4341 fullChild.append(childName);
4343 if (isDirectory(fullChild))
4350 else if (!isRegularFile(fullChild))
[all...]

Completed in 40 milliseconds