Searched refs:system_ext_root (Results 1 – 1 of 1) sorted by relevance
123 let mut system_ext_root = mountpoint.clone(); in odrefresh() localVariable124 system_ext_root.push(args.systemExtDirFd.to_string()); in odrefresh()125 system_ext_root.push("system_ext"); in odrefresh()126 odrefresh_vars.set("SYSTEM_EXT_ROOT", path_to_str(&system_ext_root)?); in odrefresh()127 debug!("SYSTEM_EXT_ROOT={:?}", &system_ext_root); in odrefresh()