Home
last modified time | relevance | path

Searched defs:offsetBytes (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/tests/BlobStoreTestUtils/src/com/android/utils/blob/
H A DFakeBlobData.java154 long offsetBytes, long lengthBytes) throws Exception { in writeToSession()
161 long offsetBytes, long lengthBytes, long allocateBytes) throws Exception { in writeToSession()
167 public void writeToFd(FileDescriptor fd, long offsetBytes, long lengthBytes) throws Exception { in writeToFd()
181 long offsetBytes, int lengthBytes) throws Exception { in readFromSessionAndVerifyBytes()
198 long offsetBytes, int lengthBytes) throws Exception { in read()
209 long offsetBytes, long lengthBytes) throws Exception { in readFromSessionAndVerifyDigest()
227 private byte[] createSha256Digest(FileInputStream in, long offsetBytes, long lengthBytes) in createSha256Digest()
H A DUtils.java78 long offsetBytes, long lengthBytes, long allocateBytes) throws IOException { in writeToSession()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DIPackageInstallerSessionFileSystemConnector.aidl23 void writeData(String name, long offsetBytes, long lengthBytes, in ParcelFileDescriptor fd); in writeData()
H A DIPackageInstallerSession.aidl32 ParcelFileDescriptor openWrite(String name, long offsetBytes, long lengthBytes); in openWrite()
35 void write(String name, long offsetBytes, long lengthBytes, in ParcelFileDescriptor fd); in write()
H A DPackageInstaller.java1022 public @NonNull OutputStream openWrite(@NonNull String name, long offsetBytes, in openWrite()
1042 public void write(@NonNull String name, long offsetBytes, long lengthBytes, in write()
/aosp12/frameworks/base/core/java/android/service/dataloader/
H A DDataLoaderService.java218 public void writeData(@NonNull String name, long offsetBytes, long lengthBytes, in writeData()
246 private static native void nativeWriteData(long nativeInstance, String name, long offsetBytes, in nativeWriteData()
/aosp12/frameworks/base/apex/blobstore/framework/java/android/app/blob/
H A DIBlobStoreSession.aidl23 ParcelFileDescriptor openWrite(long offsetBytes, long lengthBytes); in openWrite()
H A DBlobStoreManager.java658 public @NonNull ParcelFileDescriptor openWrite(@BytesLong long offsetBytes, in openWrite()
/aosp12/frameworks/base/core/jni/
H A Dandroid_service_DataLoaderService.cpp62 jlong offsetBytes, in nativeWriteData()
/aosp12/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobStoreSession.java211 public ParcelFileDescriptor openWrite(@BytesLong long offsetBytes, in openWrite()
243 private FileDescriptor openWriteInternal(@BytesLong long offsetBytes, in openWriteInternal()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java1456 public ParcelFileDescriptor openWrite(String name, long offsetBytes, long lengthBytes) { in openWrite()
1466 public void write(String name, long offsetBytes, long lengthBytes, in write()
1518 private ParcelFileDescriptor doWriteInternal(String name, long offsetBytes, long lengthBytes, in doWriteInternal()
1563 Os.lseek(targetPfd.getFileDescriptor(), offsetBytes, OsConstants.SEEK_SET); in doWriteInternal() local
1809 public void writeData(String name, long offsetBytes, long lengthBytes, in writeData()
/aosp12/system/incremental_delivery/libdataloader/
H A DDataLoaderConnector.cpp491 void writeData(jstring name, jlong offsetBytes, jlong lengthBytes, jobject incomingFd) const { in writeData()
715 jlong offsetBytes, jlong lengthBytes, in DataLoader_FilesystemConnector_writeData()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...