class ProcTestBase

Defined at line 18 of file ../../src/starnix/tests/syscalls/cpp/proc_test_base.h

Some tests run in environments where /proc is not mounted by default, such as the chromiumos

container. This harness mounts the proc filesystem to /proc if needed.

Public Members

static const char[] kProc

Protected Members

bool mounted_
basic_string proc_

Public Methods

void SetUp ()

Defined at line 22 of file ../../src/starnix/tests/syscalls/cpp/proc_test_base.h

void TearDown ()

Defined at line 34 of file ../../src/starnix/tests/syscalls/cpp/proc_test_base.h

std::string proc_path ()

Defined at line 41 of file ../../src/starnix/tests/syscalls/cpp/proc_test_base.h