Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/nvs_flash/src/
Dnvs_storage.cpp40 esp_err_t Storage::populateBlobIndices(TBlobIndexList& blobIdxList) in populateBlobIndices() argument
61 blobIdxList.push_back(entry); in populateBlobIndices()
69 void Storage::eraseOrphanDataBlobs(TBlobIndexList& blobIdxList) in eraseOrphanDataBlobs() argument
82 auto iter = std::find_if(blobIdxList.begin(), in eraseOrphanDataBlobs()
83 blobIdxList.end(), in eraseOrphanDataBlobs()
89 if (iter == std::end(blobIdxList)) { in eraseOrphanDataBlobs()
132 TBlobIndexList blobIdxList; in init() local
133 err = populateBlobIndices(blobIdxList); in init()
140 eraseOrphanDataBlobs(blobIdxList); in init()
143 blobIdxList.clearAndFreeNodes(); in init()