Lines Matching full:recursive
298 bool recursive = (strcmp(name, "delete_recursive") == 0);302 if ((recursive ? dirUnlinkHierarchy(paths[i]) : unlink(paths[i])) == 0)524 bool recursive = (strcmp(name, "set_perm_recursive") == 0);526 int min_args = 4 + (recursive ? 1 : 0);551 if (recursive) {