Home
last modified time | relevance | path

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

/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreConfig.java415 final File blobsDir = getBlobsDir(prepareBlobStoreRootDir()); in prepareBlobsDir()
435 final File blobStoreRootDir = prepareBlobStoreRootDir(); in prepareSessionIndexFile()
444 final File blobsStoreRootDir = prepareBlobStoreRootDir(); in prepareBlobsIndexFile()
452 public static File prepareBlobStoreRootDir() { in prepareBlobStoreRootDir() method in BlobStoreConfig