Searched refs:findPathForUuid (Results 1 – 6 of 6) sorted by relevance
202 path = mStorage.findPathForUuid(volumeUuid); in getFreeBytes()
779 public @NonNull File findPathForUuid(String volumeUuid) throws FileNotFoundException { in findPathForUuid() method in StorageManager
662 final File file = storage.findPathForUuid(StorageManager.UUID_PRIVATE_INTERNAL); in pruneInstantApps()
4579 final File file = storage.findPathForUuid(volumeUuid); in freeStorage()4662 final File volume = storage.findPathForUuid(StorageManager.UUID_PRIVATE_INTERNAL); in pruneUnusedStaticSharedLibraries()
2910 final File path = storage.findPathForUuid(volumeUuid); in getAllocatableBytes()2957 final File path = storage.findPathForUuid(volumeUuid); in allocateBytes()
4515 HPLandroid/os/storage/StorageManager;->findPathForUuid(Ljava/lang/String;)Ljava/io/File;