D | StorageManager.java | 2087 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes) in allocateBytes() method in StorageManager 2089 allocateBytes(storageUuid, bytes, 0); in allocateBytes() 2096 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes, in allocateBytes() method in StorageManager 2099 mStorageManager.allocateBytes(convert(storageUuid), bytes, flags, in allocateBytes() 2138 public void allocateBytes(FileDescriptor fd, @BytesLong long bytes) throws IOException { in allocateBytes() method in StorageManager 2139 allocateBytes(fd, bytes, 0); in allocateBytes() 2146 public void allocateBytes(FileDescriptor fd, @BytesLong long bytes, in allocateBytes() method in StorageManager 2156 allocateBytes(uuid, needBytes, flags); in allocateBytes()
|