/frameworks/base/core/java/android/os/storage/ |
D | StorageManager.java | 1759 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes) in allocateBytes() method in StorageManager 1761 allocateBytes(storageUuid, bytes, 0); in allocateBytes() 1768 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes, in allocateBytes() method in StorageManager 1771 mStorageManager.allocateBytes(convert(storageUuid), bytes, flags); in allocateBytes() 1783 public void allocateBytes(@NonNull File path, @BytesLong long bytes, in allocateBytes() method in StorageManager 1785 allocateBytes(getUuidForPath(path), bytes, flags); in allocateBytes() 1818 public void allocateBytes(FileDescriptor fd, @BytesLong long bytes) throws IOException { in allocateBytes() method in StorageManager 1819 allocateBytes(fd, bytes, 0); in allocateBytes() 1826 public void allocateBytes(FileDescriptor fd, @BytesLong long bytes, in allocateBytes() method in StorageManager 1835 allocateBytes(file, needBytes, flags); in allocateBytes()
|
D | IStorageManager.aidl | 297 void allocateBytes(String volumeUuid, long bytes, int flags) = 78; in allocateBytes() method
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | MockStorageManager.java | 499 public void allocateBytes(String path, long bytes, int flags) { in allocateBytes() method in MockStorageManager
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerSession.java | 473 mContext.getSystemService(StorageManager.class).allocateBytes(targetFd, lengthBytes, in openWriteInternal()
|
/frameworks/base/api/ |
D | removed.txt | 304 method public deprecated void allocateBytes(java.io.File, long, int) throws java.io.IOException;
|
D | system-removed.txt | 298 method public deprecated void allocateBytes(java.io.File, long, int) throws java.io.IOException;
|
D | test-removed.txt | 304 method public deprecated void allocateBytes(java.io.File, long, int) throws java.io.IOException;
|
D | system-current.txt | 34612 method public void allocateBytes(java.util.UUID, long) throws java.io.IOException; 34613 method public void allocateBytes(java.util.UUID, long, int) throws java.io.IOException; 34614 method public void allocateBytes(java.io.FileDescriptor, long) throws java.io.IOException; 34615 method public void allocateBytes(java.io.FileDescriptor, long, int) throws java.io.IOException;
|
D | current.txt | 31764 method public void allocateBytes(java.util.UUID, long) throws java.io.IOException; 31765 method public void allocateBytes(java.io.FileDescriptor, long) throws java.io.IOException;
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 3347 public void allocateBytes(String volumeUuid, long bytes, int flags) { in allocateBytes() method in StorageManagerService
|