Edgeless RT  0.2.0
Public Member Functions
ert::Memfs Class Reference

In-enclave-memory filesystem. More...

#include <ert.h>

Public Member Functions

 Memfs (const std::string &devname)
 
 Memfs (const Memfs &)=delete
 
Memfsoperator= (const Memfs &)=delete
 

Detailed Description

In-enclave-memory filesystem.

Usage:

const Memfs memfs("my_fs"); mount("/", "/my/mount/point", "my_fs", 0, nullptr);

Folders are not supported for now. The app may open a file by passing a full path and the fs behaves as if all folders in the path exist.


The documentation for this class was generated from the following file: