Searched defs:allocateBytes (Results 1 – 4 of 4) sorted by relevance
/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 1768 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes, in allocateBytes() method in StorageManager 1783 public void allocateBytes(@NonNull File path, @BytesLong long bytes, in allocateBytes() method in StorageManager 1818 public void allocateBytes(FileDescriptor fd, @BytesLong long bytes) throws IOException { in allocateBytes() method in StorageManager 1826 public void allocateBytes(FileDescriptor fd, @BytesLong long bytes, in allocateBytes() method in StorageManager
|
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/ |
D | StorageManagerService.java | 3347 public void allocateBytes(String volumeUuid, long bytes, int flags) { in allocateBytes() method in StorageManagerService
|