Home
last modified time | relevance | path

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

/bootable/recovery/updater/include/updater/
Dupdater.h95 std::vector<std::string> skipped_functions_; variable
/bootable/recovery/updater/
Dupdater.cpp88 for (const auto& func : skipped_functions_) { in RunUpdate()