class ScopedTempFD

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

Public Members

basic_string name_
unique_fd fd_

Public Methods

void ~ScopedTempFD ()

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

bool is_valid ()

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

bool operator bool ()

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

const std::string & name ()

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

int fd ()

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

void ScopedTempFD ()

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