remove_entry
return remove_entry(fsVolume, dir, name, false);
return remove_entry(volume, parent, name, true);
fssh_status_t error = remove_entry(-1, argv[argi], recursive, force);
static fssh_status_t remove_entry(int dir, const char *entry, bool recursive,
error = remove_entry(dir, entry->d_name, true, force);
remove_entry(path, true, force, removeAttributes);
remove_entry(attrDirPath, true, true, false);
remove_entry(path, recursive, force, true);
static bool remove_entry(Path& entry, bool recursive, bool force,