Home
last modified time | relevance | path

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

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java1925 long newOffset = map.locateFree(size, localHeaderSize, alignment, algorithm); in positionInFile() local
1926 long newEnd = newOffset + entry.getInFileSize(); in positionInFile()
1931 return map.add(newOffset, newEnd, entry); in positionInFile()