OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpenProc
(Results
1 - 7
of
7
) sorted by null
/external/libchrome/sandbox/linux/services/
proc_util.h
34
static base::ScopedFD
OpenProc
();
credentials_unittest.cc
151
CHECK(Credentials::DropFileSystemAccess(ProcUtil::
OpenProc
().get()));
163
base::ScopedFD proc_fd(ProcUtil::
OpenProc
());
181
base::ScopedFD proc_fd(ProcUtil::
OpenProc
());
203
base::ScopedFD proc_fd(ProcUtil::
OpenProc
());
222
base::ScopedFD proc_fd(ProcUtil::
OpenProc
());
252
CHECK(Credentials::DropFileSystemAccess(ProcUtil::
OpenProc
().get()));
thread_helpers.cc
167
base::ScopedFD task_fd(ProcUtil::
OpenProc
());
179
base::ScopedFD task_fd(ProcUtil::
OpenProc
());
proc_util.cc
116
base::ScopedFD ProcUtil::
OpenProc
() {
credentials.cc
167
base::ScopedFD proc_fd(ProcUtil::
OpenProc
());
namespace_sandbox_unittest.cc
115
CHECK(sandbox::Credentials::DropFileSystemAccess(ProcUtil::
OpenProc
().get()));
/external/libchrome/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc
161
SetProcFd(ProcUtil::
OpenProc
());
Completed in 200 milliseconds