Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp269 dev_path_(std::move(dev_path)), in DmVerityDevice()
274 dev_path_(std::move(other.dev_path_)), in DmVerityDevice()
281 dev_path_ = other.dev_path_; in operator =()
297 const std::string& GetDevPath() const { return dev_path_; } in GetDevPath()
303 std::string dev_path_; member in android::apex::__anonb9f628140111::DmVerityDevice