Home
last modified time | relevance | path

Searched refs:ScopedProc (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/sandbox/linux/services/
Dthread_helpers_unittests.cc40 class ScopedProc { class
42 ScopedProc() : fd_(-1) { in ScopedProc() function in sandbox::__anon250f16940111::ScopedProc
47 ~ScopedProc() { PCHECK(0 == IGNORE_EINTR(close(fd_))); } in ~ScopedProc()
53 DISALLOW_COPY_AND_ASSIGN(ScopedProc);
57 ScopedProc proc_fd; in TEST()
70 ScopedProc proc_fd; in SANDBOX_TEST()
79 ScopedProc proc_fd; in TEST()
94 ScopedProc proc_fd; in TEST()
112 ScopedProc proc_fd; in SANDBOX_TEST()