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

/inkscape/
H A Dbuildtool.cpp2597 String childName;
2600 childName.append(dirName);
2601 childName.append("/");
2603 childName.append(s);
2606 fullChild.append(childName);
2610 //trace("directory: %s", childName.c_str());
2611 if (!listFiles(baseDir, childName, res))
2617 error("unknown file:%s", childName.c_str());
2622 res.push_back(childName);
4276 String childName local
4332 String childName; local
4970 String childName; local
[all...]

Completed in 40 milliseconds