Home
last modified time | relevance | path

Searched refs:blob_store_ (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_blob_store/
Dflat_file_system_entry.cc35 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()
/external/pigweed/pw_software_update/public/pw_software_update/
Dupdate_bundle_accessor.h53 : blob_store_(blob_store), in blob_store_() function
54 blob_store_reader_(blob_store_), in blob_store_()
121 blob_store::BlobStore& blob_store_;
/external/pigweed/pw_blob_store/public/pw_blob_store/
Dflat_file_system_entry.h47 blob_store_(blob_store), in FlatFileSystemBlobStoreEntry()
72 blob_store::BlobStore& blob_store_ PW_GUARDED_BY(blob_store_lock_);
/external/pigweed/pw_software_update/
Dupdate_bundle_accessor.cc353 PW_TRY(blob_store_.Init()); in DoOpen()