Searched defs:offsetBytes (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/tests/BlobStoreTestUtils/src/com/android/utils/blob/ |
D | FakeBlobData.java | 155 long offsetBytes, long lengthBytes) throws Exception { in writeToSession() 162 long offsetBytes, long lengthBytes, long allocateBytes) throws Exception { in writeToSession() 168 public void writeToFd(FileDescriptor fd, long offsetBytes, long lengthBytes) throws Exception { in writeToFd() 182 long offsetBytes, int lengthBytes) throws Exception { in readFromSessionAndVerifyBytes() 199 long offsetBytes, int lengthBytes) throws Exception { in read() 210 long offsetBytes, long lengthBytes) throws Exception { in readFromSessionAndVerifyDigest() 228 private byte[] createSha256Digest(FileInputStream in, long offsetBytes, long lengthBytes) in createSha256Digest()
|
D | Utils.java | 81 long offsetBytes, long lengthBytes, long allocateBytes) throws IOException { in writeToSession()
|
/frameworks/base/core/java/android/content/pm/ |
D | IPackageInstallerSessionFileSystemConnector.aidl | 23 void writeData(String name, long offsetBytes, long lengthBytes, in ParcelFileDescriptor fd); in writeData()
|
D | IPackageInstallerSession.aidl | 35 ParcelFileDescriptor openWrite(String name, long offsetBytes, long lengthBytes); in openWrite() 38 void write(String name, long offsetBytes, long lengthBytes, in ParcelFileDescriptor fd); in write()
|
D | PackageInstaller.java | 1607 public @NonNull OutputStream openWrite(@NonNull String name, long offsetBytes, in openWrite() 1627 public void write(@NonNull String name, long offsetBytes, long lengthBytes, in write()
|
/frameworks/base/core/java/android/service/dataloader/ |
D | DataLoaderService.java | 218 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()
|
/frameworks/base/apex/blobstore/framework/java/android/app/blob/ |
D | IBlobStoreSession.aidl | 23 ParcelFileDescriptor openWrite(long offsetBytes, long lengthBytes); in openWrite()
|
D | BlobStoreManager.java | 696 public @NonNull ParcelFileDescriptor openWrite(@BytesLong long offsetBytes, in openWrite()
|
/frameworks/base/apex/blobstore/service/java/com/android/server/blob/ |
D | BlobStoreSession.java | 213 public ParcelFileDescriptor openWrite(@BytesLong long offsetBytes, in openWrite() 246 private FileDescriptor openWriteInternal(@BytesLong long offsetBytes, in openWriteInternal()
|
/frameworks/base/core/jni/ |
D | android_service_DataLoaderService.cpp | 62 jlong offsetBytes, in nativeWriteData()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerSession.java | 1930 public ParcelFileDescriptor openWrite(String name, long offsetBytes, long lengthBytes) { in openWrite() 1940 public void write(String name, long offsetBytes, long lengthBytes, in write() 1999 private ParcelFileDescriptor doWriteInternal(String name, long offsetBytes, long lengthBytes, in doWriteInternal() 2048 Os.lseek(targetPfd.getFileDescriptor(), offsetBytes, OsConstants.SEEK_SET); in doWriteInternal() local 2357 public void writeData(String name, long offsetBytes, long lengthBytes, in writeData()
|