Home
last modified time | relevance | path

Searched refs:findPathForUuid (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java202 path = mStorage.findPathForUuid(volumeUuid); in getFreeBytes()
/frameworks/base/core/java/android/os/storage/
DStorageManager.java779 public @NonNull File findPathForUuid(String volumeUuid) throws FileNotFoundException { in findPathForUuid() method in StorageManager
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppRegistry.java662 final File file = storage.findPathForUuid(StorageManager.UUID_PRIVATE_INTERNAL); in pruneInstantApps()
DPackageManagerService.java4579 final File file = storage.findPathForUuid(volumeUuid); in freeStorage()
4662 final File volume = storage.findPathForUuid(StorageManager.UUID_PRIVATE_INTERNAL); in pruneUnusedStaticSharedLibraries()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java2910 final File path = storage.findPathForUuid(volumeUuid); in getAllocatableBytes()
2957 final File path = storage.findPathForUuid(volumeUuid); in allocateBytes()
/frameworks/base/config/
Dboot-image-profile.txt4515 HPLandroid/os/storage/StorageManager;->findPathForUuid(Ljava/lang/String;)Ljava/io/File;