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