(root: &Path, size_bytes: u64)
| 4192 | } |
| 4193 | |
| 4194 | fn overlay_template_image(root: &Path, size_bytes: u64) -> PathBuf { |
| 4195 | image_cache_root_dir(root) |
| 4196 | .join(OVERLAY_TEMPLATE_CACHE_DIR) |
| 4197 | .join(OVERLAY_TEMPLATE_CACHE_LAYOUT_VERSION) |
| 4198 | .join(format!("{size_bytes}.ext4")) |
| 4199 | } |
| 4200 | |
| 4201 | #[derive(Debug, Clone, PartialEq, Eq)] |
| 4202 | struct SandboxRuntimeDiskPaths { |