OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_context
(Results
1 - 1
of
1
) sorted by null
/cts/tests/tests/security/src/android/security/cts/
SELinuxTest.java
164
String
target_context
= createAvcContext(t, true, c, p);
local
165
if (!contextsCache.containsKey(
target_context
)) {
166
contextsCache.put(
target_context
, checkSELinuxContext(
target_context
));
168
if (!contextsCache.get(
target_context
)) {
171
boolean canAccess = checkSELinuxAccess(source_context,
target_context
,
Completed in 503 milliseconds