Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/services/
Dcredentials_unittest.cc151 CHECK(Credentials::DropFileSystemAccess(ProcUtil::OpenProc().get())); in SANDBOX_TEST()
167 CHECK(Credentials::DropFileSystemAccess(proc_fd.get())); in SANDBOX_TEST()
252 CHECK(Credentials::DropFileSystemAccess(ProcUtil::OpenProc().get())); in SANDBOX_TEST()
Dcredentials.h95 static bool DropFileSystemAccess(int proc_fd) WARN_UNUSED_RESULT;
Dnamespace_sandbox_unittest.cc115 CHECK(sandbox::Credentials::DropFileSystemAccess(ProcUtil::OpenProc().get())); in MULTIPROCESS_TEST_MAIN()
Dcredentials.cc314 bool Credentials::DropFileSystemAccess(int proc_fd) { in DropFileSystemAccess() function in sandbox::Credentials