()
| 23 | static INJECTION_COUNTER: AtomicU64 = AtomicU64::new(0); |
| 24 | |
| 25 | pub const fn sandbox_guest_init_path() -> &'static str { |
| 26 | SANDBOX_GUEST_INIT_PATH |
| 27 | } |
| 28 | |
| 29 | #[allow(clippy::similar_names)] |
| 30 | pub fn prepare_sandbox_rootfs_from_image_root( |
no outgoing calls
no test coverage detected