class ScopedMount

Defined at line 428 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h

An RAII class that handles a mount. The container will ensure the

unmount when the object is deleted.

Public Methods

void ScopedMount ()

Defined at line 439 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h

void ScopedMount (const ScopedMount & )

Defined at line 440 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h

ScopedMount & operator= (const ScopedMount & )

Defined at line 441 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h

fit::result<int, ScopedMount> Mount (const std::string & source, const std::string & target, const std::string & filesystemtype, unsigned long mountflags, const void * data)

Defined at line 772 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc

fit::result<int, ScopedMount> CreateDirAndMount (const std::string & source, const std::string & target, const std::string & filesystemtype, unsigned long mountflags, const void * data)

Defined at line 783 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc

ScopedMount & operator= (ScopedMount && other)

Defined at line 794 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc

void ScopedMount (ScopedMount && other)

Defined at line 802 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc

void ~ScopedMount ()

Defined at line 806 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc

void Unmount ()

Defined at line 808 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc