Searched refs:childPath (Results 1 – 5 of 5) sorted by relevance
216 string childPath = pathStr + name; in deleteRecursive() local219 deleteRecursive(childPath.c_str()); in deleteRecursive()220 success = rmdir(childPath.c_str()); in deleteRecursive()222 success = unlink(childPath.c_str()); in deleteRecursive()224 access_ok(childPath.c_str()); in deleteRecursive()226 PLOG(ERROR) << "Deleting path " << childPath << " failed"; in deleteRecursive()
160 String childPath = path.isEmpty() ? entry.getKey() : path + "." + entry.getKey(); in getFieldPaths() local161 getFieldPaths(entry.getValue(), childPath, paths); in getFieldPaths() local242 String childPath = path.isEmpty() ? entry.getKey() : path + "." + entry.getKey(); in merge() local245 childPath, in merge() local
43 String childPath = child.getCanonicalPath(); in isContainedIn() local44 return childPath.startsWith(parentPath); in isContainedIn()
1336 private static boolean isParentPath(int parentPath, int childPath) { in isParentPath() argument1340 int nibble = (childPath >> i) & 0xF; in isParentPath()1343 return parentNibble == 0 && (childPath >> i+4) == (parentPath >> i+4); in isParentPath()
1113 VPath_Delegate childPath = (VPath_Delegate) child; in drawGroupTree() local1114 drawPath(currentGroup, childPath, canvasPtr, w, h, filterPtr); in drawGroupTree()