/aosp14/frameworks/base/tests/BlobStoreTestUtils/src/com/android/utils/blob/ |
H A 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()
|
H A D | Utils.java | 81 long offsetBytes, long lengthBytes, long allocateBytes) throws IOException { in writeToSession()
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | IPackageInstallerSessionFileSystemConnector.aidl | 23 void writeData(String name, long offsetBytes, long lengthBytes, in ParcelFileDescriptor fd); in writeData()
|
H A D | IPackageInstallerSession.aidl | 34 ParcelFileDescriptor openWrite(String name, long offsetBytes, long lengthBytes); in openWrite() 37 void write(String name, long offsetBytes, long lengthBytes, in ParcelFileDescriptor fd); in write()
|
H A D | PackageInstaller.java | 1370 public @NonNull OutputStream openWrite(@NonNull String name, long offsetBytes, in openWrite() 1390 public void write(@NonNull String name, long offsetBytes, long lengthBytes, in write()
|
/aosp14/frameworks/base/core/java/android/service/dataloader/ |
H A 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()
|
/aosp14/frameworks/base/apex/blobstore/framework/java/android/app/blob/ |
H A D | IBlobStoreSession.aidl | 23 ParcelFileDescriptor openWrite(long offsetBytes, long lengthBytes); in openWrite()
|
H A D | BlobStoreManager.java | 674 public @NonNull ParcelFileDescriptor openWrite(@BytesLong long offsetBytes, in openWrite()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_service_DataLoaderService.cpp | 62 jlong offsetBytes, in nativeWriteData()
|
/aosp14/frameworks/base/apex/blobstore/service/java/com/android/server/blob/ |
H A D | BlobStoreSession.java | 211 public ParcelFileDescriptor openWrite(@BytesLong long offsetBytes, in openWrite() 243 private FileDescriptor openWriteInternal(@BytesLong long offsetBytes, in openWriteInternal()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageInstallerSession.java | 1634 public ParcelFileDescriptor openWrite(String name, long offsetBytes, long lengthBytes) { in openWrite() 1644 public void write(String name, long offsetBytes, long lengthBytes, in write() 1703 private ParcelFileDescriptor doWriteInternal(String name, long offsetBytes, long lengthBytes, in doWriteInternal() 1751 Os.lseek(targetPfd.getFileDescriptor(), offsetBytes, OsConstants.SEEK_SET); in doWriteInternal() local 2051 public void writeData(String name, long offsetBytes, long lengthBytes, in writeData()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |