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