Home
last modified time | relevance | path

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

/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java76 private File checkSeapp; field in SELinuxHostTest
539 checkSeapp = copyResourceToTempFile("/checkseapp"); in testValidSeappContexts()
540 checkSeapp.setExecutable(true); in testValidSeappContexts()
546 ProcessBuilder pb = new ProcessBuilder(checkSeapp.getAbsolutePath(), in testValidSeappContexts()