Home
last modified time | relevance | path

Searched defs:lengthBytes (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/tests/BlobStoreTestUtils/src/com/android/utils/blob/
H A DFakeBlobData.java155 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 DUtils.java50 public static void copy(InputStream in, OutputStream out, long lengthBytes) in copy()
74 long lengthBytes) throws IOException { in writeToSession()
81 long offsetBytes, long lengthBytes, long allocateBytes) throws IOException { in writeToSession()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DIPackageInstallerSession.aidl34 ParcelFileDescriptor openWrite(String name, long offsetBytes, long lengthBytes); in openWrite()
37 void write(String name, long offsetBytes, long lengthBytes, in ParcelFileDescriptor fd); in write()
53 …void addFile(int location, String name, long lengthBytes, in byte[] metadata, in byte[] signature); in addFile()
H A DIPackageInstallerSessionFileSystemConnector.aidl23 void writeData(String name, long offsetBytes, long lengthBytes, in ParcelFileDescriptor fd); in writeData()
H A DInstallationFile.java41 long lengthBytes, @Nullable byte[] metadata, @Nullable byte[] signature) { in InstallationFile()
H A DPackageInstaller.java1371 long lengthBytes) throws IOException { in openWrite()
1390 public void write(@NonNull String name, long offsetBytes, long lengthBytes, in write()
1563 public void addFile(@FileLocation int location, @NonNull String name, long lengthBytes, in addFile()
/aosp14/frameworks/base/core/java/android/service/dataloader/
H A DDataLoaderService.java218 public void writeData(@NonNull String name, long offsetBytes, long lengthBytes, in writeData()
247 long lengthBytes, ParcelFileDescriptor incomingFd); in nativeWriteData()
/aosp14/frameworks/base/apex/blobstore/framework/java/android/app/blob/
H A DIBlobStoreSession.aidl23 ParcelFileDescriptor openWrite(long offsetBytes, long lengthBytes); in openWrite()
H A DBlobStoreManager.java675 @BytesLong long lengthBytes) throws IOException { in openWrite()
/aosp14/frameworks/base/core/jni/
H A Dandroid_service_DataLoaderService.cpp63 jlong lengthBytes, in nativeWriteData()
/aosp14/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobStoreSession.java212 @BytesLong long lengthBytes) { in openWrite()
244 @BytesLong long lengthBytes) throws IOException { in openWriteInternal()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java1634 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()
1746 targetPfd.getFileDescriptor(), lengthBytes, in doWriteInternal() local
1762 lengthBytes, null, Runnable::run, in doWriteInternal() local
2051 public void writeData(String name, long offsetBytes, long lengthBytes, in writeData()
/aosp14/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java507 int lengthBytes = input.length; in decodeGSMPackedString() local
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java909 int lengthBytes = 2 + (addressLength + 1) / 2; in getAddress() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...