Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dimage_aggregator.cc290 std::string begin_str((const char*) &beginning, sizeof(GptBeginning)); in WriteBeginning() local
291 if (cuttlefish::WriteAll(out, begin_str) != begin_str.size()) { in WriteBeginning()