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

/frameworks/base/core/java/android/os/storage/
H A DIStorageManager.aidl187 void allocateBytes(String volumeUuid, long bytes, int flags, String callingPackage) = 78;
H A DStorageManager.java789 * {@link #allocateBytes(FileDescriptor, long)}.
1670 * @see #allocateBytes(UUID, long, int)
1671 * @see #allocateBytes(FileDescriptor, long, int)
1708 * space for yourself using {@link #allocateBytes(UUID, long)} or
1709 * {@link #allocateBytes(FileDescriptor, long)}.
1736 * using {@link #allocateBytes(UUID, long)} or
1737 * {@link #allocateBytes(FileDescriptor, long)}.
1774 * {@link #allocateBytes(FileDescriptor, long)} which will guarantee
1791 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes) method in class:StorageManager
1793 allocateBytes(storageUui
1800 public void allocateBytes(@NonNull UUID storageUuid, @BytesLong long bytes, method in class:StorageManager
1843 public void allocateBytes(FileDescriptor fd, @BytesLong long bytes) throws IOException { method in class:StorageManager
1851 public void allocateBytes(FileDescriptor fd, @BytesLong long bytes, method in class:StorageManager
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java665 mContext.getSystemService(StorageManager.class).allocateBytes(targetFd, lengthBytes,
/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java2943 public void allocateBytes(String volumeUuid, long bytes, int flags, String callingPackage) { method in class:StorageManagerService
/frameworks/base/config/
H A Dboot-image-profile.txt4512 HPLandroid/os/storage/StorageManager;->allocateBytes(Ljava/io/FileDescriptor;JI)V
4513 HPLandroid/os/storage/StorageManager;->allocateBytes(Ljava/util/UUID;JI)V
[all...]

Completed in 99 milliseconds