class ScopedMount
Defined at line 420 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 425 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void ScopedMount (const ScopedMount & )
Defined at line 426 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
ScopedMount & operator= (const ScopedMount & )
Defined at line 427 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 longmountflags,const void *data)
Defined at line 659 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
ScopedMount & operator= (ScopedMount && other)
Defined at line 670 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void ScopedMount (ScopedMount && other)
Defined at line 678 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void ~ScopedMount ()
Defined at line 682 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void Unmount ()
Defined at line 684 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc