class ScopedMount

Defined at line 426 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 431 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h

void ScopedMount (const ScopedMount & )

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

ScopedMount & operator= (const ScopedMount & )

Defined at line 433 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 689 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc

ScopedMount & operator= (ScopedMount && other)

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

void ScopedMount (ScopedMount && other)

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

void ~ScopedMount ()

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

void Unmount ()

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