# Constants
BlockDevMountPrefix is mount prefix used in container spec to mark a block-device mount.
HugePagesMountPrefix is mount prefix used in container spec to mark a huge-pages mount.
LCOWGlobalDriverPrefixFmt is the path format in the LCOW UVM where drivers are mounted as read/write.
LCOWGlobalMountPrefixFmt is the path format in the LCOW UVM where global mounts are added.
LCOWMountPathPrefixFmt is the path format in the LCOW UVM where non-global mounts, such as Plan9 mounts are added.
LCOWRootPrefixInUVM is the path inside UVM where LCOW container's root file system will be mounted.
PipePrefix is the mount prefix used in container spec to mark a named pipe.
RootfsPath is part of the container's rootfs path.
SandboxMountPrefix is mount prefix used in container spec to mark a sandbox-mount.
WCOWGlobalMountPrefixFmt is the path prefix format in the WCOW UVM where mounts are added.
WCOWRootPrefixInUVM is the path inside UVM where WCOW container's root file system will be mounted.