Home
last modified time | relevance | path

Searched defs:fileOffset (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/dexmetadata/host/src/com/android/cts/dexmetadata/
DInstallDexMetadataHostTest.java300 int fileOffset = bb.getInt(); in readSection() local
307 inflater.setInput(bb.array(), fileOffset, fileSize); in readSection() local
313 System.arraycopy(bb.array(), fileOffset, data, 0, fileSize); in readSection() local
/cts/tests/MediaProviderTranscode/src/android/mediaprovidertranscode/cts/
DTranscodeTestUtils.java141 static byte[] read(ParcelFileDescriptor parcelFileDescriptor, int byteCount, int fileOffset) in read()
146 Os.lseek(parcelFileDescriptor.getFileDescriptor(), fileOffset, OsConstants.SEEK_SET); in read() local
156 int fileOffset) throws Exception { in write()
160 Os.lseek(parcelFileDescriptor.getFileDescriptor(), fileOffset, OsConstants.SEEK_SET); in write() local
DTranscodeTest.java926 int fileOffset = random.nextInt((int) pfdTranscodedContent.getStatSize() - byteCount); in testWriteSuccessfulToTranscodedContent() local