Searched refs:is_read_only_ (Results 1 – 2 of 2) sorted by relevance
229 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()
95 bool is_read_only_; variable