Home
last modified time | relevance | path

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

/system/libbase/
Dproperties.cpp229 is_read_only_(android::base::StartsWith(property_name, "ro.")), in CachedProperty()
259 if (instance->is_read_only_) { in Get()
273 if (is_read_only_) { in Get()
/system/libbase/include/android-base/
Dproperties.h95 bool is_read_only_; variable