Home
last modified time | relevance | path

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

/bionic/libc/private/
DCachedProperty.h48 cached_value_[0] = '\0'; in CachedProperty()
84 return cached_value_; in Get()
92 char cached_value_[PROP_VALUE_MAX]; variable
104 strlcpy(instance->cached_value_, value, PROP_VALUE_MAX); in Callback()