Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dflashing.h25 bool UpdateSuper(FastbootDevice* device, const std::string& super_name, bool wipe);
Dflashing.cpp137 bool UpdateSuper(FastbootDevice* device, const std::string& super_name, bool wipe) { in UpdateSuper() function
Dcommands.cpp463 return UpdateSuper(device, args[1], wipe); in UpdateSuperHandler()
/system/core/fs_mgr/liblp/
Dbuilder_test.cpp839 TEST_F(BuilderTest, UpdateSuper) { in TEST_F() argument