Searched refs:block_disk_path_ (Results 1 – 2 of 2) sorted by relevance
157 block_disk_path_.reset();194 std::optional<std::string> block_disk_path_; variable
181 CHECK(!block_disk_path_.has_value()) in AddBlockApex()212 block_disk_path_ = std::string(metadata_path_view); in AddBlockApex()241 *block_disk_path_ + std::to_string(i + kFirstApexPartition); in AddBlockApex()455 return block_disk_path_.has_value() && in IsBlockApex()456 apex.GetPath().starts_with(*block_disk_path_); in IsBlockApex()