Searched refs:getUuidForPath (Results 1 – 6 of 6) sorted by relevance
92 … Mockito.when(storageManager.getUuidForPath(Mockito.eq(internalFile))).thenReturn(internalUuid); in createStorageManagerMock()93 … Mockito.when(storageManager.getUuidForPath(Mockito.eq(adoptedFile))).thenReturn(adoptedUuid); in createStorageManagerMock()94 Mockito.when(storageManager.getUuidForPath(Mockito.eq(publicFile))).thenReturn(publicUuid); in createStorageManagerMock()
189 final UUID target = storageManager.getUuidForPath(new File(vol.path)); in resolveInstallVolume()263 final UUID target = storage.getUuidForPath(Environment.getDataDirectory()); in fitsOnInternal()
815 public @NonNull UUID getUuidForPath(@NonNull File path) throws IOException { in getUuidForPath() method in StorageManager855 getUuidForPath(ParcelFileDescriptor.getFile(fd)); in isAllocationSupported()2149 final UUID uuid = getUuidForPath(file); in allocateBytes()
12590 HSPLandroid/os/storage/StorageManager;->getUuidForPath(Ljava/io/File;)Ljava/util/UUID;
35872 …method @NonNull public java.util.UUID getUuidForPath(@NonNull java.io.File) throws java.io.IOExcep…
36016 …method @NonNull public java.util.UUID getUuidForPath(@NonNull java.io.File) throws java.io.IOExcep…