Searched refs:UpdateSuper (Results 1 – 4 of 4) sorted by relevance
25 bool UpdateSuper(FastbootDevice* device, const std::string& super_name, bool wipe);
137 bool UpdateSuper(FastbootDevice* device, const std::string& super_name, bool wipe) { in UpdateSuper() function
463 return UpdateSuper(device, args[1], wipe); in UpdateSuperHandler()
839 TEST_F(BuilderTest, UpdateSuper) { in TEST_F() argument