Home
last modified time | relevance | path

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

/system/core/fastboot/
Dsuper_flash_helper.h43 return will_flash_.find(partition) != will_flash_.end(); in WillFlash()
55 std::unordered_set<std::string> will_flash_; variable
Dsuper_flash_helper.cpp69 will_flash_.emplace(partition); in AddPartition()