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.cpp77 footer_path_ = std::move(footer_path); in FooterPath()
81 footer_path_ = std::move(footer_path); in FooterPath()
201 CF_EXPECT(!footer_path_.empty(), "No footer path"); in BuildCompositeDiskIfNecessary()
203 AbsolutePath(footer_path_), in BuildCompositeDiskIfNecessary()
Ddisk_builder.h72 std::string footer_path_; variable