Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot_driver.cpp65 prolog_(std::move(driver_callbacks.prolog)), in FastBootDriver()
133 prolog_(StringPrintf("Snapshot %s", command.c_str())); in SnapshotUpdateCommand()
191 prolog_(StringPrintf("Sending '%s' (%zu KB)", name.c_str(), size / 1024)); in Download()
222 prolog_(StringPrintf("Sending '%s' (%zu KB)", name.c_str(), buf.size() / 1024)); in Download()
253 prolog_(StringPrintf("Sending sparse '%s' %zu/%zu (%u KB)", partition.c_str(), current, total, in Download()
302 prolog_("Uploading '" + outfile + "'"); in Upload()
369 prolog_(android::base::StringPrintf("Fetching %s (offset=%" PRIx64 ", size=%" PRIx64 ")", in FetchToFd()
431 prolog_(message); in RawCommand()
Dfastboot_driver.h160 std::function<void(const std::string&)> prolog_; variable