Searched refs:findPathForUuid (Results 1 – 6 of 6) sorted by relevance
241 path = mStorage.findPathForUuid(volumeUuid); in getFreeBytes()
769 final File file = storage.findPathForUuid(StorageManager.UUID_PRIVATE_INTERNAL);
9221 final File file = storage.findPathForUuid(volumeUuid); in freeStorage()9317 final File volume = storage.findPathForUuid(StorageManager.UUID_PRIVATE_INTERNAL); in pruneUnusedStaticSharedLibraries()
943 public @NonNull File findPathForUuid(String volumeUuid) throws FileNotFoundException { in findPathForUuid() method in StorageManager
3972 final File path = storage.findPathForUuid(volumeUuid); in getAllocatableBytes()4026 final File path = storage.findPathForUuid(volumeUuid); in allocateBytes()
42208 Landroid/os/storage/StorageManager;->findPathForUuid(Ljava/lang/String;)Ljava/io/File;