class ScopedMemFsManager

Defined at line 23 of file ../../src/developer/forensics/testing/scoped_memfs_manager.h

Manages creating and destroying directories in the calling processes namespace.

Public Methods

void ScopedMemFsManager ()

Defined at line 25 of file ../../src/developer/forensics/testing/scoped_memfs_manager.h

void ~ScopedMemFsManager ()

Defined at line 31 of file ../../src/developer/forensics/testing/scoped_memfs_manager.h

bool Contains (const std::string & path)

Defined at line 42 of file ../../src/developer/forensics/testing/scoped_memfs_manager.h

void Create (const std::string & path)

Create a directory at |path| in the component's namespace.

Defined at line 45 of file ../../src/developer/forensics/testing/scoped_memfs_manager.h