FlatImage
A configurable Linux containerization system
Loading...
Searching...
No Matches
casefold.hpp File Reference

Manages the casefold reserved space. More...

#include <cstdint>
#include <filesystem>
#include "../std/expected.hpp"
#include "../macro.hpp"
#include "reserved.hpp"
Include dependency graph for casefold.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ns_reserved::ns_casefold
 Case-insensitive filesystem flag management in reserved space.
 
namespace  ns_reserved
 Management of ELF binary reserved space for configuration storage.
 

Functions

Value< void > ns_reserved::ns_casefold::write (fs::path const &path_file_binary, uint8_t is_casefold)
 Writes a notification flag to the flatimage binary.
 
Value< uint8_t > ns_reserved::ns_casefold::read (fs::path const &path_file_binary)
 Read a notification flag from the flatimage binary.
 

Detailed Description

Manages the casefold reserved space.

Author
Ruan Formigoni

Definition in file casefold.hpp.