Function find_mountpoint::find_mountpoint_pre_canonicalized [] [src]

pub fn find_mountpoint_pre_canonicalized(path: &Path) -> Result<&Path, Error>

Find the mountpoint for the volume containing the (previously canonicalized) provided path.

This version relies on Unix-only extensions, but is safe.

It presumes that you will be passing in fully-qualified canonical paths.