Home
last modified time | relevance | path

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

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