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.java731 LocalFileRecord localFileRecord, in fulfillInspectInputJarEntryRequest() argument
735 localFileRecord.outputUncompressedData(lfhSection, inspectEntryRequest.getDataSink()); in fulfillInspectInputJarEntryRequest()
737 throw new ApkFormatException("Malformed ZIP entry: " + localFileRecord.getName(), e); in fulfillInspectInputJarEntryRequest()