class ScopedTempDir
Defined at line 179 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
Public Methods
void ScopedTempDir (const ScopedTempDir & )
Defined at line 185 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
ScopedTempDir & operator= (const ScopedTempDir & )
Defined at line 186 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void ScopedTempDir (ScopedTempDir && )
Defined at line 188 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
ScopedTempDir & operator= (ScopedTempDir && )
Defined at line 189 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
const std::string & path ()
Defined at line 191 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void ScopedTempDir ()
Defined at line 290 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void ScopedTempDir (const std::string & parent_path)
Defined at line 292 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void ~ScopedTempDir ()
Defined at line 299 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc