Home
last modified time | relevance | path

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

/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java105 private File checkFc; field in SELinuxHostTest
776 checkFc = copyResourceToTempFile("/checkfc"); in testAospFileContexts()
777 checkFc.setExecutable(true); in testAospFileContexts()
783 String result = tryRunCommand(checkFc.getAbsolutePath(), in testAospFileContexts()
848 checkFc = copyResourceToTempFile("/checkfc"); in testValidFileContexts()
849 checkFc.setExecutable(true); in testValidFileContexts()
857 String errorString = tryRunCommand(checkFc.getAbsolutePath(), in testValidFileContexts()
902 checkFc = copyResourceToTempFile("/checkfc"); in testValidServiceContexts()
903 checkFc.setExecutable(true); in testValidServiceContexts()
910 String errorString = tryRunCommand(checkFc.getAbsolutePath(), in testValidServiceContexts()