Home | History | Annotate | Download | only in updater

Lines Matching full:recursive

304     bool recursive = (strcmp(name, "delete_recursive") == 0);
308 if ((recursive ? dirUnlinkHierarchy(paths[i]) : unlink(paths[i])) == 0)
530 bool recursive = (strcmp(name, "set_perm_recursive") == 0);
532 int min_args = 4 + (recursive ? 1 : 0);
557 if (recursive) {
826 bool recursive = (strcmp(name, "set_metadata_recursive") == 0);
843 if (recursive) {