Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/
DApkSigner.java511 LocalFileRecord localFileRecord, in fulfillInspectInputJarEntryRequest() argument
515 localFileRecord.outputUncompressedData(lfhSection, inspectEntryRequest.getDataSink()); in fulfillInspectInputJarEntryRequest()
517 throw new ApkFormatException("Malformed ZIP entry: " + localFileRecord.getName(), e); in fulfillInspectInputJarEntryRequest()