Searched refs:entire_disk_ (Results 1 – 2 of 2) sorted by relevance
50 entire_disk_ = std::move(disk); in EntireDisk()54 entire_disk_ = std::move(disk); in EntireDisk()145 CF_EXPECT(!partitions_.empty() ^ !entire_disk_.empty(), in TextConfig()150 if (!entire_disk_.empty()) { in TextConfig()151 disk_conf << entire_disk_; in TextConfig()167 CF_EXPECT(!partitions_.empty() ^ !entire_disk_.empty(), in WillRebuildCompositeDisk()169 if (!entire_disk_.empty()) { in WillRebuildCompositeDisk()190 if (!entire_disk_.empty()) { in BuildCompositeDiskIfNecessary()
70 std::string entire_disk_; variable