Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot_driver.cpp60 prolog_(std::move(driver_callbacks.prolog)), in FastBootDriver()
174 prolog_(StringPrintf("Sending '%s' (%zu KB)", name.c_str(), size / 1024)); in Download()
205 prolog_(StringPrintf("Sending '%s' (%zu KB)", name.c_str(), buf.size() / 1024)); in Download()
236 prolog_(StringPrintf("Sending sparse '%s' %zu/%zu (%u KB)", partition.c_str(), current, total, in Download()
285 prolog_("Uploading '" + outfile + "'"); in Upload()
370 prolog_(message); in RawCommand()
Dfastboot_driver.h159 std::function<void(const std::string&)> prolog_; variable