Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dcommands.h53 bool SnapshotUpdateHandler(FastbootDevice* device, const std::vector<std::string>& args);
Dfastboot_device.cpp63 {FB_CMD_SNAPSHOT_UPDATE, SnapshotUpdateHandler}, in FastbootDevice()
Dcommands.cpp637 bool SnapshotUpdateHandler(FastbootDevice* device, const std::vector<std::string>& args) { in SnapshotUpdateHandler() function