Home
last modified time | relevance | path

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

/system/core/init/
Dservice.h128 bool is_updatable() const { return updatable_; } in is_updatable()
243 bool updatable_ = false; variable
Dservice.cpp790 updatable_ = true; in ParseUpdatable()