|
FlatImage
A configurable Linux containerization system
|
Manages the overlay reserved space. More...
#include <cstdint>#include <filesystem>#include "../std/expected.hpp"#include "../macro.hpp"#include "../std/enum.hpp"#include "reserved.hpp"Go to the source code of this file.
Namespaces | |
| namespace | ns_reserved::ns_overlay |
| Overlay filesystem type selection in reserved space. | |
| namespace | ns_reserved |
| Management of ELF binary reserved space for configuration storage. | |
Functions | |
| Value< void > | ns_reserved::ns_overlay::write (fs::path const &path_file_binary, OverlayType const &overlay) |
| Writes a overlay mask to the flatimage binary. | |
| Value< OverlayType > | ns_reserved::ns_overlay::read (fs::path const &path_file_binary) |
| Read the overlay mask from the flatimage binary. | |
Manages the overlay reserved space.
Definition in file overlay.hpp.