Home
last modified time | relevance | path

Searched refs:TBlobIndexList (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/nvs_flash/src/
Dnvs_storage.hpp59 typedef intrusive_list<BlobIndexNode> TBlobIndexList; typedef in nvs::Storage
147 esp_err_t populateBlobIndices(TBlobIndexList&);
149 void eraseOrphanDataBlobs(TBlobIndexList&);
Dnvs_storage.cpp40 esp_err_t Storage::populateBlobIndices(TBlobIndexList& blobIdxList) in populateBlobIndices()
69 void Storage::eraseOrphanDataBlobs(TBlobIndexList& blobIdxList) in eraseOrphanDataBlobs()
132 TBlobIndexList blobIdxList; in init()