Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/
DApkSigner.java711 inputRecord.outputRecord(inputLfhSection, outputLfhSection), in outputInputJarEntryLfhRecordPreservingDataAlignment()
720 inputRecord.outputRecord(inputLfhSection, outputLfhSection), in outputInputJarEntryLfhRecordPreservingDataAlignment()
729 inputRecord.outputRecord(inputLfhSection, outputLfhSection), in outputInputJarEntryLfhRecordPreservingDataAlignment()
/tools/apksig/src/main/java/com/android/apksig/internal/zip/
DLocalFileRecord.java299 public long outputRecord(DataSource sourceApk, DataSink output) throws IOException { in outputRecord() method in LocalFileRecord