Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/storage/
DStorageManager.java1759 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()
DIStorageManager.aidl297 void allocateBytes(String volumeUuid, long bytes, int flags) = 78; in allocateBytes() method
/frameworks/base/services/tests/servicestests/src/com/android/server/
DMockStorageManager.java499 public void allocateBytes(String path, long bytes, int flags) { in allocateBytes() method in MockStorageManager
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java473 mContext.getSystemService(StorageManager.class).allocateBytes(targetFd, lengthBytes, in openWriteInternal()
/frameworks/base/api/
Dremoved.txt304 method public deprecated void allocateBytes(java.io.File, long, int) throws java.io.IOException;
Dsystem-removed.txt298 method public deprecated void allocateBytes(java.io.File, long, int) throws java.io.IOException;
Dtest-removed.txt304 method public deprecated void allocateBytes(java.io.File, long, int) throws java.io.IOException;
Dsystem-current.txt34612 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;
Dcurrent.txt31764 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/
DStorageManagerService.java3347 public void allocateBytes(String volumeUuid, long bytes, int flags) { in allocateBytes() method in StorageManagerService