Home
last modified time | relevance | path

Searched refs:getUuidForPath (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DInstallLocationUtilsTests.java94 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()
/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DInstallLocationUtils.java178 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()
/aosp14/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java900 public @NonNull UUID getUuidForPath(@NonNull File path) throws IOException { in getUuidForPath() method in StorageManager
940 getUuidForPath(ParcelFileDescriptor.getFile(fd)); in isAllocationSupported()
2367 final UUID uuid = getUuidForPath(file); in allocateBytes()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt13278 HSPLandroid/os/storage/StorageManager;->getUuidForPath(Ljava/io/File;)Ljava/util/UUID;
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt13281 HSPLandroid/os/storage/StorageManager;->getUuidForPath(Ljava/io/File;)Ljava/util/UUID;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt34279 …method @NonNull public java.util.UUID getUuidForPath(@NonNull java.io.File) throws java.io.IOExcep…