[][src]Function heim_runtime::linux::set_procfs_root

pub fn set_procfs_root<T: Into<Cow<'static, Path>>>(root: T)

Instantiates the OnceCell holding PROCFS_ROOT in the case that it hasn't already been instantiated.

This can only be set ONCE per binary run.