Searched refs:getUuidForPath (Results 1 – 7 of 7) sorted by relevance
94 Mockito.when(storageManager.getUuidForPath(Mockito.eq(internalFile))) in createStorageManagerMock()96 Mockito.when(storageManager.getUuidForPath(Mockito.eq(adoptedFile))) in createStorageManagerMock()98 Mockito.when(storageManager.getUuidForPath(Mockito.eq(publicFile))).thenReturn(publicUuid); in createStorageManagerMock()
178 final UUID target = storageManager.getUuidForPath(new File(volumePath)); in checkFitOnVolume()274 final UUID target = storageManager.getUuidForPath(new File(volumePath)); in resolveInstallVolume()307 final UUID target = storage.getUuidForPath(Environment.getDataDirectory()); in fitsOnInternal()
900 public @NonNull UUID getUuidForPath(@NonNull File path) throws IOException { in getUuidForPath() method in StorageManager940 getUuidForPath(ParcelFileDescriptor.getFile(fd)); in isAllocationSupported()2367 final UUID uuid = getUuidForPath(file); in allocateBytes()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
13278 HSPLandroid/os/storage/StorageManager;->getUuidForPath(Ljava/io/File;)Ljava/util/UUID;
13281 HSPLandroid/os/storage/StorageManager;->getUuidForPath(Ljava/io/File;)Ljava/util/UUID;
34279 …method @NonNull public java.util.UUID getUuidForPath(@NonNull java.io.File) throws java.io.IOExcep…