Home
last modified time | relevance | path

Searched refs:allocateBytes (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/os/storage/
DStorageManager.java1791 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes) in allocateBytes() method in StorageManager
1793 allocateBytes(storageUuid, bytes, 0); in allocateBytes()
1800 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes, in allocateBytes() method in StorageManager
1803 mStorageManager.allocateBytes(convert(storageUuid), bytes, flags, in allocateBytes()
1843 public void allocateBytes(FileDescriptor fd, @BytesLong long bytes) throws IOException { in allocateBytes() method in StorageManager
1844 allocateBytes(fd, bytes, 0); in allocateBytes()
1851 public void allocateBytes(FileDescriptor fd, @BytesLong long bytes, in allocateBytes() method in StorageManager
1861 allocateBytes(uuid, needBytes, flags); in allocateBytes()
DIStorageManager.aidl187 void allocateBytes(String volumeUuid, long bytes, int flags, String callingPackage) = 78; in allocateBytes() method
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java665 mContext.getSystemService(StorageManager.class).allocateBytes(targetFd, lengthBytes, in doWriteInternal()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java2943 public void allocateBytes(String volumeUuid, long bytes, int flags, String callingPackage) { in allocateBytes() method in StorageManagerService
/frameworks/base/api/
Dsystem-current.txt4011 method public void allocateBytes(java.util.UUID, long, int) throws java.io.IOException;
4012 method public void allocateBytes(java.io.FileDescriptor, long, int) throws java.io.IOException;
Dcurrent.txt33528 method public void allocateBytes(java.util.UUID, long) throws java.io.IOException;
33529 method public void allocateBytes(java.io.FileDescriptor, long) throws java.io.IOException;
/frameworks/base/config/
Dhiddenapi-public-dex.txt31755 Landroid/os/storage/StorageManager;->allocateBytes(Ljava/io/FileDescriptor;J)V
31756 Landroid/os/storage/StorageManager;->allocateBytes(Ljava/io/FileDescriptor;JI)V
31757 Landroid/os/storage/StorageManager;->allocateBytes(Ljava/util/UUID;J)V
31758 Landroid/os/storage/StorageManager;->allocateBytes(Ljava/util/UUID;JI)V
Dboot-image-profile.txt4512 HPLandroid/os/storage/StorageManager;->allocateBytes(Ljava/io/FileDescriptor;JI)V
4513 HPLandroid/os/storage/StorageManager;->allocateBytes(Ljava/util/UUID;JI)V
28809 HSPLandroid/os/storage/IStorageManager;->allocateBytes(Ljava/lang/String;JILjava/lang/String;)V