Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dblockimg.cpp1837 Command::Type cmd_type = Command::ParseType(params.cmdname); in PerformBlockImageUpdate() local
1838 if (cmd_type == Command::Type::LAST) { in PerformBlockImageUpdate()
1843 const CommandFunction& performer = command_map.at(cmd_type); in PerformBlockImageUpdate()
1855 cmd_type != Command::Type::NEW) { in PerformBlockImageUpdate()
1863 if (cmd_type == Command::Type::COMPUTE_HASH_TREE && failure_type == kNoCause) { in PerformBlockImageUpdate()
1874 if ((cmd_type == Command::Type::MOVE || cmd_type == Command::Type::BSDIFF || in PerformBlockImageUpdate()
1875 cmd_type == Command::Type::IMGDIFF) && in PerformBlockImageUpdate()