Home
last modified time | relevance | path

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

/system/core/init/
Dservice.h130 bool is_updatable() const { return updatable_; } in is_updatable()
204 bool updatable_ = false; variable
Dservice_parser.cpp531 service_->updatable_ = true; in ParseUpdatable()