|
FlatImage
A configurable Linux containerization system
|
Linux FIFO related operation wrappers. More...
#include <sys/stat.h>#include <cstring>#include <filesystem>#include "../../std/expected.hpp"#include "../../macro.hpp"Go to the source code of this file.
Namespaces | |
| namespace | ns_linux |
| Linux-specific system operations. | |
Functions | |
| Value< fs::path > | ns_linux::ns_fifo::create (fs::path const &path_file_fifo) |
| Create a fifo object. | |
Linux FIFO related operation wrappers.
Definition in file fifo.hpp.
|
inlinenodiscard |
Create a fifo object.
| path_file_fifo | Where to saved the fifo to |