Searched refs:blob_store_ (Results 1 – 4 of 4) sorted by relevance
35 const Status status = blob_store_.Init(); in Init()57 BlobStore::BlobReader reader(blob_store_); in Name()77 BlobStore::BlobReader reader(blob_store_); in SizeBytes()91 BlobStore::BlobWriterWithBuffer blob_writer(blob_store_); in Delete()
53 : blob_store_(blob_store), in blob_store_() function54 blob_store_reader_(blob_store_), in blob_store_()121 blob_store::BlobStore& blob_store_;
47 blob_store_(blob_store), in FlatFileSystemBlobStoreEntry()72 blob_store::BlobStore& blob_store_ PW_GUARDED_BY(blob_store_lock_);
353 PW_TRY(blob_store_.Init()); in DoOpen()