Searched refs:blobsIndexFile (Results 1 – 1 of 1) sorted by relevance
860 final AtomicFile blobsIndexFile = prepareBlobsIndexFile(); in writeBlobsInfoLocked() local861 if (blobsIndexFile == null) { in writeBlobsInfoLocked()867 fos = blobsIndexFile.startWrite(SystemClock.uptimeMillis()); in writeBlobsInfoLocked()882 blobsIndexFile.finishWrite(fos); in writeBlobsInfoLocked()887 blobsIndexFile.failWrite(fos); in writeBlobsInfoLocked()898 final AtomicFile blobsIndexFile = prepareBlobsIndexFile(); in readBlobsInfoLocked() local899 if (blobsIndexFile == null) { in readBlobsInfoLocked()902 } else if (!blobsIndexFile.exists()) { in readBlobsInfoLocked()903 Slog.w(TAG, "Blobs index file not available: " + blobsIndexFile.getBaseFile()); in readBlobsInfoLocked()908 try (FileInputStream fis = blobsIndexFile.openRead()) { in readBlobsInfoLocked()