class ScopedTempDir

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

Public Methods

void ScopedTempDir (const ScopedTempDir & )

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

ScopedTempDir & operator= (const ScopedTempDir & )

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

void ScopedTempDir (ScopedTempDir && )

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

ScopedTempDir & operator= (ScopedTempDir && )

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

const std::string & path ()

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

void ScopedTempDir ()

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

void ScopedTempDir (const std::string & parent_path)

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

void ~ScopedTempDir ()

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