Home
last modified time | relevance | path

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

/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreConfig.java435 final File blobStoreRootDir = prepareBlobStoreRootDir(); in prepareSessionIndexFile() local
436 if (blobStoreRootDir == null) { in prepareSessionIndexFile()
439 return new File(blobStoreRootDir, SESSIONS_INDEX_FILE_NAME); in prepareSessionIndexFile()
453 final File blobStoreRootDir = getBlobStoreRootDir(); in prepareBlobStoreRootDir() local
454 if (!blobStoreRootDir.exists() && !blobStoreRootDir.mkdir()) { in prepareBlobStoreRootDir()
455 Slog.e(TAG, "Failed to mkdir(): " + blobStoreRootDir); in prepareBlobStoreRootDir()
458 return blobStoreRootDir; in prepareBlobStoreRootDir()