Home
last modified time | relevance | path

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

/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java1083 String typeRegex = types.stream().collect(Collectors.joining("|")); in testNoBugreportDenials() local
1084 … Pattern p = Pattern.compile("avc: *denied.*scontext=u:(?:r|object_r):(?:" + typeRegex + "):s0.*"); in testNoBugreportDenials()