Searched refs:blobsIndexFile (Results 1 – 1 of 1) sorted by relevance
863 final AtomicFile blobsIndexFile = prepareBlobsIndexFile(); in writeBlobsInfoLocked() local864 if (blobsIndexFile == null) { in writeBlobsInfoLocked()870 fos = blobsIndexFile.startWrite(SystemClock.uptimeMillis()); in writeBlobsInfoLocked()888 blobsIndexFile.finishWrite(fos); in writeBlobsInfoLocked()893 blobsIndexFile.failWrite(fos); in writeBlobsInfoLocked()904 final AtomicFile blobsIndexFile = prepareBlobsIndexFile(); in readBlobsInfoLocked() local905 if (blobsIndexFile == null) { in readBlobsInfoLocked()908 } else if (!blobsIndexFile.exists()) { in readBlobsInfoLocked()909 Slog.w(TAG, "Blobs index file not available: " + blobsIndexFile.getBaseFile()); in readBlobsInfoLocked()914 try (FileInputStream fis = blobsIndexFile.openRead()) { in readBlobsInfoLocked()