Searched refs:blobStoreRootDir (Results 1 – 1 of 1) sorted by relevance
435 final File blobStoreRootDir = prepareBlobStoreRootDir(); in prepareSessionIndexFile() local436 if (blobStoreRootDir == null) { in prepareSessionIndexFile()439 return new File(blobStoreRootDir, SESSIONS_INDEX_FILE_NAME); in prepareSessionIndexFile()453 final File blobStoreRootDir = getBlobStoreRootDir(); in prepareBlobStoreRootDir() local454 if (!blobStoreRootDir.exists() && !blobStoreRootDir.mkdir()) { in prepareBlobStoreRootDir()455 Slog.e(TAG, "Failed to mkdir(): " + blobStoreRootDir); in prepareBlobStoreRootDir()458 return blobStoreRootDir; in prepareBlobStoreRootDir()