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);
8888 final File file = storage.findPathForUuid(volumeUuid); in freeStorage()8980 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
3969 final File path = storage.findPathForUuid(volumeUuid); in getAllocatableBytes()4023 final File path = storage.findPathForUuid(volumeUuid); in allocateBytes()
42208 Landroid/os/storage/StorageManager;->findPathForUuid(Ljava/lang/String;)Ljava/io/File;