class ScopedTempDir
Defined at line 175 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
Public Methods
void ScopedTempDir (const ScopedTempDir & )
Defined at line 181 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
ScopedTempDir & operator= (const ScopedTempDir & )
Defined at line 182 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void ScopedTempDir (ScopedTempDir && )
Defined at line 184 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
ScopedTempDir & operator= (ScopedTempDir && )
Defined at line 185 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
const std::string & path ()
Defined at line 187 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void ScopedTempDir ()
Defined at line 254 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void ScopedTempDir (const std::string & parent_path)
Defined at line 256 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void ~ScopedTempDir ()
Defined at line 263 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc