canonicalize_escape_path

Function canonicalize_escape_path 

Source
pub(crate) fn canonicalize_escape_path<W: Write>(
    path: &Path,
    out: &mut W,
) -> Result
Expand description

Canonicalize and escape a path value for tmpfiles.d At the current time the only canonicalization we do is remap /var/run -> /run.