Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_builder.cpp76 DiskBuilder& DiskBuilder::FooterPath(std::string footer_path) & { in FooterPath() argument
77 footer_path_ = std::move(footer_path); in FooterPath()
80 DiskBuilder DiskBuilder::FooterPath(std::string footer_path) && { in FooterPath() argument
81 footer_path_ = std::move(footer_path); in FooterPath()
Ddisk_builder.h39 DiskBuilder& FooterPath(std::string footer_path) &;
40 DiskBuilder FooterPath(std::string footer_path) &&;