Searched refs:prolog_ (Results 1 – 2 of 2) sorted by relevance
/system/core/fastboot/ |
D | fastboot_driver.cpp | 64 prolog_(std::move(driver_callbacks.prolog)), in FastBootDriver() 131 prolog_(StringPrintf("Snapshot %s", command.c_str())); in SnapshotUpdateCommand() 189 prolog_(StringPrintf("Sending '%s' (%zu KB)", name.c_str(), size / 1024)); in Download() 220 prolog_(StringPrintf("Sending '%s' (%zu KB)", name.c_str(), buf.size() / 1024)); in Download() 251 prolog_(StringPrintf("Sending sparse '%s' %zu/%zu (%u KB)", partition.c_str(), current, total, in Download() 300 prolog_("Uploading '" + outfile + "'"); in Upload() 367 prolog_(android::base::StringPrintf("Fetching %s (offset=%" PRIx64 ", size=%" PRIx64 ")", in FetchToFd() 429 prolog_(message); in RawCommand()
|
D | fastboot_driver.h | 168 std::function<void(const std::string&)> prolog_; variable
|