Searched refs:allocateBytes (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/os/storage/ |
D | StorageManager.java | 1791 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()
|
D | IStorageManager.aidl | 187 void allocateBytes(String volumeUuid, long bytes, int flags, String callingPackage) = 78; in allocateBytes() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerSession.java | 665 mContext.getSystemService(StorageManager.class).allocateBytes(targetFd, lengthBytes, in doWriteInternal()
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 2943 public void allocateBytes(String volumeUuid, long bytes, int flags, String callingPackage) { in allocateBytes() method in StorageManagerService
|
/frameworks/base/api/ |
D | system-current.txt | 4011 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;
|
D | current.txt | 33528 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/ |
D | hiddenapi-public-dex.txt | 31755 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
|
D | boot-image-profile.txt | 4512 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
|