Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_builder.cpp68 header_path_ = std::move(header_path); in HeaderPath()
72 header_path_ = std::move(header_path); in HeaderPath()
200 CF_EXPECT(!header_path_.empty(), "No header path"); in BuildCompositeDiskIfNecessary()
202 CreateCompositeDisk(partitions_, AbsolutePath(header_path_), in BuildCompositeDiskIfNecessary()
Ddisk_builder.h71 std::string header_path_; variable