class MountedMemfs

Defined at line 20 of file ../../src/storage/memfs/mounted_memfs.h

A wrapper around memfs that automatically mounts and unmounts itself at a given path.

Public Methods

zx::result<MountedMemfs> Create (async_dispatcher_t * dispatcher, const char * path)

Create and automatically mount a memfs instance at the given path in the local namespace. This

will be unmounted on cleanup.

Memfs will run on the given dispatcher.

Defined at line 21 of file ../../src/storage/memfs/mounted_memfs.cc

void MountedMemfs (MountedMemfs && )

Defined at line 22 of file ../../src/storage/memfs/mounted_memfs.h

void ~MountedMemfs ()

Defined at line 23 of file ../../src/storage/memfs/mounted_memfs.h

const std::unique_ptr<memfs::Memfs> & operator-> ()

Defined at line 25 of file ../../src/storage/memfs/mounted_memfs.h