Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dservice.h136 bool is_updatable() const { return updatable_; } in is_updatable()
220 bool updatable_ = false; variable
H A Dservice_parser.cpp577 service_->updatable_ = true; in ParseUpdatable()