Searched refs:getUuidForPath (Results 1 – 8 of 8) sorted by relevance
172 final UUID target = storageManager.getUuidForPath(new File(volumePath)); in checkFitOnVolume()268 final UUID target = storageManager.getUuidForPath(new File(volumePath)); in resolveInstallVolume()293 final UUID target = storage.getUuidForPath(Environment.getDataDirectory()); in fitsOnInternal()
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()
82 final UUID emulatedUuid = storage.getUuidForPath(emulatedVol.getPath()); in doInBackground()
917 public @NonNull UUID getUuidForPath(@NonNull File path) throws IOException { in getUuidForPath() method in StorageManager957 getUuidForPath(ParcelFileDescriptor.getFile(fd)); in isAllocationSupported()2412 final UUID uuid = getUuidForPath(file); in allocateBytes()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
13680 HSPLandroid/os/storage/StorageManager;->getUuidForPath(Ljava/io/File;)Ljava/util/UUID;
32397 …method @NonNull public java.util.UUID getUuidForPath(@NonNull java.io.File) throws java.io.IOExcep…
13670 HSPLandroid/os/storage/StorageManager;->getUuidForPath(Ljava/io/File;)Ljava/util/UUID;