remove_all_on_mount_recurse

Function remove_all_on_mount_recurse 

Source
fn remove_all_on_mount_recurse(
    root: &Dir,
    rootdev: u64,
    path: &Path,
) -> Result<bool>
Expand description

Recursively remove the target directory, but avoid traversing across mount points.