Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_file_repository.h157 block_disk_path_.reset();
194 std::optional<std::string> block_disk_path_; variable
Dapex_file_repository.cpp181 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()