Searched refs:blobsIndexFile (Results 1 – 1 of 1) sorted by relevance
875 final AtomicFile blobsIndexFile = prepareBlobsIndexFile(); in writeBlobsInfoLocked() local876 if (blobsIndexFile == null) { in writeBlobsInfoLocked()882 fos = blobsIndexFile.startWrite(SystemClock.uptimeMillis()); in writeBlobsInfoLocked()897 blobsIndexFile.finishWrite(fos); in writeBlobsInfoLocked()902 blobsIndexFile.failWrite(fos); in writeBlobsInfoLocked()913 final AtomicFile blobsIndexFile = prepareBlobsIndexFile(); in readBlobsInfoLocked() local914 if (blobsIndexFile == null) { in readBlobsInfoLocked()917 } else if (!blobsIndexFile.exists()) { in readBlobsInfoLocked()918 Slog.w(TAG, "Blobs index file not available: " + blobsIndexFile.getBaseFile()); in readBlobsInfoLocked()923 try (FileInputStream fis = blobsIndexFile.openRead()) { in readBlobsInfoLocked()