Searched defs:errorString (Results 1 – 6 of 6) sorted by relevance
266 String errorString = tryRunCommand(command.toArray(new String[0])); in buildSystemPolicy() local325 String errorString = tryRunCommand(command.toArray(new String[0])); in buildVendorPolicy() local522 String errorString = tryRunCommand(mSepolicyAnalyze.getAbsolutePath(), in testAllDomainsEnforcing() local711 String errorString = tryRunCommand(checkSeapp.getAbsolutePath(), in testValidSeappContexts() local872 String errorString = tryRunCommand(checkFc.getAbsolutePath(), in testValidFileContexts() local900 String errorString = tryRunCommand(propertyInfoChecker.getAbsolutePath(), in testValidPropertyContexts() local925 String errorString = tryRunCommand(checkFc.getAbsolutePath(), in testValidServiceContexts() local959 String errorString = tryRunCommand(args.toArray(new String[0])); in assertSepolicyTests() local1077 String errorString = tryRunCommand(mSepolicyAnalyze.getAbsolutePath(), in testNoBooleans() local1102 StringBuilder errorString = new StringBuilder(); in testNoBugreportDenials() local
187 StringBuilder errorString = new StringBuilder(); in SELinuxNeverallowRule() local
1666 String errorString = String.format( in aeCompensationTestByCamera() local
3339 long timeoutMs, String errorString) throws Exception { in assertTrueCheckTimeout()
5144 final String errorString = "Forbidden"; in testProvisioningManagerRcsProvisioningChangedCallback() local
54 char errorString[MAX_ERROR_STRING_LEN]; variable