Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/storage/
DStorageManager.java743 public @NonNull UUID getUuidForPath(@NonNull File path) throws IOException { in getUuidForPath() method in StorageManager
1557 return getCacheQuotaBytes(getUuidForPath(path)); in getCacheQuotaBytes()
1598 return getCacheSizeBytes(getUuidForPath(path)); in getCacheSizeBytes()
1729 return getAllocatableBytes(getUuidForPath(path), flags); in getAllocatableBytes()
1785 allocateBytes(getUuidForPath(path), bytes, flags); in allocateBytes()
/frameworks/base/api/
Dcurrent.txt31773 method public java.util.UUID getUuidForPath(java.io.File) throws java.io.IOException;
Dsystem-current.txt34624 method public java.util.UUID getUuidForPath(java.io.File) throws java.io.IOException;