Searched defs:imagePath (Results 1 - 1 of 1) sorted by relevance

/system/extras/verity/
H A DBootSignature.java222 String imagePath,
227 byte[] image = Utils.read(imagePath);
231 System.err.println("NOTE: truncating file " + imagePath +
257 public static void verifySignature(String imagePath, String certPath) throws Exception { argument
258 byte[] image = Utils.read(imagePath);
221 doSignature( String target, String imagePath, String keyPath, String certPath, String outPath) argument

Completed in 37 milliseconds