Skip to main content

Module path_resolution

Module path_resolution 

Source
Expand description

Generic primitives for resolving a path against real symlinks in a cap_std::fs::Dir-rooted filesystem.

Structsยง

PathIdentity ๐Ÿ”’
The physical identity of a resolved path: the (dev, ino) of its (symlink-resolved) parent directory, paired with its own leaf filename.
PathResolver ๐Ÿ”’
Resolves the symlinks in the parent (intermediate) components of a declared tmpfiles.d path against the physical rootfs, so that it matches what the /var walker in convert_path_to_tmpfiles_d_recurse actually encounters on disk.