Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/flashd/daemon/
H A Dformat_commander.cpp25 const std::vector<std::string> ERASE_ONLY_LIST = { "boot", "fastboot", "kernel", "misc", "system" }; variable
63 auto iter = std::find(ERASE_ONLY_LIST.begin(), ERASE_ONLY_LIST.end(), partitionName); in IsOnlySupportErase()
64 return iter != ERASE_ONLY_LIST.end(); in IsOnlySupportErase()