Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp228 dev_path_(std::move(dev_path)), in DmVerityDevice()
233 dev_path_(std::move(other.dev_path_)), in DmVerityDevice()
240 dev_path_ = other.dev_path_; in operator =()
256 const std::string& GetDevPath() const { return dev_path_; } in GetDevPath()
262 std::string dev_path_; member in android::apex::__anonb9f628140111::DmVerityDevice