Home
last modified time | relevance | path

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

/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java266 String errorString = tryRunCommand(command.toArray(new String[0])); in buildSystemPolicy()
325 String errorString = tryRunCommand(command.toArray(new String[0])); in buildVendorPolicy()
522 String errorString = tryRunCommand(mSepolicyAnalyze.getAbsolutePath(), in testAllDomainsEnforcing()
696 String errorString = tryRunCommand(checkSeapp.getAbsolutePath(), in testValidSeappContexts()
710 errorString = tryRunCommand(checkSeapp.getAbsolutePath(), in testValidSeappContexts()
783 String result = tryRunCommand(checkFc.getAbsolutePath(), in testAospFileContexts()
857 String errorString = tryRunCommand(checkFc.getAbsolutePath(), in testValidFileContexts()
885 String errorString = tryRunCommand(propertyInfoChecker.getAbsolutePath(), in testValidPropertyContexts()
910 String errorString = tryRunCommand(checkFc.getAbsolutePath(), in testValidServiceContexts()
944 String errorString = tryRunCommand(args.toArray(new String[0])); in assertSepolicyTests()
[all …]