Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/services/
Dyama_unittests.cc108 Yama::IsEnforcing()); in TEST()
115 Yama::IsEnforcing() ? "Y" : "N"); in TEST()
140 if (Yama::IsEnforcing()) { in TEST()
163 if (Yama::IsEnforcing()) { in SANDBOX_TEST()
Dyama.h49 static bool IsEnforcing();
Dyama.cc115 bool Yama::IsEnforcing() { return GetStatus() & STATUS_ENFORCING; } in IsEnforcing() function in sandbox::Yama