Searched refs:blobsIndexFile (Results 1 – 1 of 1) sorted by relevance
877 final AtomicFile blobsIndexFile = prepareBlobsIndexFile(); in writeBlobsInfoLocked() local878 if (blobsIndexFile == null) { in writeBlobsInfoLocked()884 fos = blobsIndexFile.startWrite(SystemClock.uptimeMillis()); in writeBlobsInfoLocked()899 blobsIndexFile.finishWrite(fos); in writeBlobsInfoLocked()904 blobsIndexFile.failWrite(fos); in writeBlobsInfoLocked()915 final AtomicFile blobsIndexFile = prepareBlobsIndexFile(); in readBlobsInfoLocked() local916 if (blobsIndexFile == null) { in readBlobsInfoLocked()919 } else if (!blobsIndexFile.exists()) { in readBlobsInfoLocked()920 Slog.w(TAG, "Blobs index file not available: " + blobsIndexFile.getBaseFile()); in readBlobsInfoLocked()925 try (FileInputStream fis = blobsIndexFile.openRead()) { in readBlobsInfoLocked()