Searched refs:cryptCommand (Results 1 – 2 of 2) sorted by relevance
56 final Crypt.Encrypter cryptCommand = new Crypt.Encrypter(); in run() local57 cryptCommand.setArgs(new String[] { intermediateFile.getPath(), mArgs[1] }); in run()58 cryptCommand.run(); in run()
192 final Crypt.Encrypter cryptCommand = new Crypt.Encrypter(); in runTestHeaderReaderProcessorWithOneSpec() local193 cryptCommand.setArgs(new String[] { rawFile.getPath(), file.getPath() }); in runTestHeaderReaderProcessorWithOneSpec()194 cryptCommand.run(); in runTestHeaderReaderProcessorWithOneSpec()