Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot_driver.cpp61 epilog_(std::move(driver_callbacks.epilog)), in FastBootDriver()
176 epilog_(result); in Download()
207 epilog_(result); in Download()
239 epilog_(result); in Download()
287 epilog_(result); in Upload()
372 epilog_(result); in RawCommand()
Dfastboot_driver.h160 std::function<void(int)> epilog_; variable