Home
last modified time | relevance | path

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

/aosp12/bionic/libc/private/
H A 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()
/aosp12/system/libbase/
H A Dproperties.cpp231 static_assert(sizeof(cached_value_) == PROP_VALUE_MAX); in CachedProperty()
262 strlcpy(instance->cached_value_, value, PROP_VALUE_MAX); in Get()
276 return cached_value_; in Get()
/aosp12/system/libbase/include/android-base/
H A Dproperties.h94 char cached_value_[92]; variable