Searched refs:allocateBytes (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java1639 * @see #allocateBytes(UUID, long, int)
1640 * @see #allocateBytes(FileDescriptor, long, int)
1668 * space for yourself using {@link #allocateBytes(UUID, long, int)} or
1669 * {@link #allocateBytes(FileDescriptor, long, int)}.
1696 * using {@link #allocateBytes(UUID, long, int)} or
1697 * {@link #allocateBytes(FileDescriptor, long, int)}.
1742 * {@link #allocateBytes(FileDescriptor, long, int)} which will guarantee
1759 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes) method in class:StorageManager
1761 allocateBytes(storageUuid, bytes, 0);
1768 public void allocateBytes( method in class:StorageManager
1783 public void allocateBytes(@NonNull File path, @BytesLong long bytes, method in class:StorageManager
1818 public void allocateBytes(FileDescriptor fd, @BytesLong long bytes) throws IOException { method in class:StorageManager
1826 public void allocateBytes(FileDescriptor fd, @BytesLong long bytes, method in class:StorageManager
[all...]
H A DIStorageManager.aidl297 void allocateBytes(String volumeUuid, long bytes, int flags) = 78;
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMockStorageManager.java499 public void allocateBytes(String path, long bytes, int flags) { method in class:MockStorageManager
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java473 mContext.getSystemService(StorageManager.class).allocateBytes(targetFd, lengthBytes,
/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java3347 public void allocateBytes(String volumeUuid, long bytes, int flags) { method in class:StorageManagerService

Completed in 51 milliseconds