Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/linux/services/
Dcredentials.h84 bool DropFileSystemAccess();
Dcredentials_unittest.cc210 CHECK(creds.DropFileSystemAccess()); in SANDBOX_TEST()
225 CHECK(creds.DropFileSystemAccess()); in SANDBOX_TEST()
Dcredentials.cc340 bool Credentials::DropFileSystemAccess() { in DropFileSystemAccess() function in sandbox::Credentials