class ScopedMount
Defined at line 417 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 422 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void ScopedMount (const ScopedMount & )
Defined at line 423 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
ScopedMount & operator= (const ScopedMount & )
Defined at line 424 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 645 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
ScopedMount & operator= (ScopedMount && other)
Defined at line 656 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void ScopedMount (ScopedMount && other)
Defined at line 664 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void ~ScopedMount ()
Defined at line 668 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void Unmount ()
Defined at line 670 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc