Home
last modified time | relevance | path

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

/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java1196 Set<String> execList = new HashSet<String>(Arrays.asList(executables)); in assertDomainN() local
1199 msg = "Expected one of \"" + execList + "\" in SELinux domain \"" + domain + "\"" in assertDomainN()
1201 assertTrue(msg, execList.contains(p.procTitle)); in assertDomainN()
1230 Set<String> execList = new HashSet<String>(Arrays.asList(executables)); in assertDomainHasExecutable() local
1233 String msg = "Expected one of \"" + execList + "\" in SELinux domain \"" in assertDomainHasExecutable()
1235 assertTrue(msg, execList.contains(p.procTitle)); in assertDomainHasExecutable()