Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dsystem_properties.cpp389 auto other_pi = const_cast<prop_info*>(other_pa->find(override_name)); in Add() local
390 if (!other_pi) { in Add()
403 strlcpy(other_pi->value, value, valuelen + 1); in Add()