Home
last modified time | relevance | path

Searched refs:epilog_ (Results 1 – 2 of 2) sorted by relevance

/system/core/fastboot/
Dfastboot_driver.cpp65 epilog_(std::move(driver_callbacks.epilog)), in FastBootDriver()
134 epilog_(result); in SnapshotUpdateCommand()
191 epilog_(result); in Download()
222 epilog_(result); in Download()
254 epilog_(result); in Download()
302 epilog_(result); in Upload()
383 epilog_(ret); in FetchToFd()
431 epilog_(result); in RawCommand()
Dfastboot_driver.h169 std::function<void(int)> epilog_; variable