Lines Matching defs:fullChild
2604 String fullChild = baseDir;
2605 fullChild.append("/");
2606 fullChild.append(childName);
2608 if (isDirectory(fullChild))
2615 else if (!isRegularFile(fullChild))
4339 String fullChild = baseDir;
4340 fullChild.append("/");
4341 fullChild.append(childName);
4343 if (isDirectory(fullChild))
4350 else if (!isRegularFile(fullChild))