Home
last modified time | relevance | path

Searched defs:DuplicateFD (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dunique_fd_test.cpp26 struct DuplicateFD { struct
27 int stdinValue = ::dup(STDIN_VALUE);
28 int stdoutValue = ::dup(STDOUT_VALUE);
29 int stferrValue = ::dup(STDERR_VALUE);