Lines Matching defs:childName
2597 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 = dirName;
4277 childName.append("/");
4278 childName.append(s);
4282 fullChildPath.append(childName);
4291 //trace("directory: %s", childName.c_str());
4292 if (!listDirectories(baseName, childName, res))
4332 String childName;
4335 childName.append(dirName);
4336 childName.append("/");
4338 childName.append(s);
4341 fullChild.append(childName);
4345 //trace("directory: %s", childName.c_str());
4346 if (!listFiles(baseDir, childName, res))
4352 error("unknown file:%s", childName.c_str());
4357 res.push_back(childName);
4970 String childName;
4973 childName.append(dirName);
4974 childName.append("/");
4976 childName.append(s);
4980 String childNative = getNativePath(childName);
4988 //trace("DEL dir: %s", childName.c_str());
4989 if (!removeDirectory(childName))
5000 //trace("DEL file: %s", childName.c_str());
5001 if (!removeFile(childName))