Searched refs:kPropertyValueMax (Results 1 – 3 of 3) sorted by relevance
37 constexpr size_t kPropertyValueMax = 92u; variable
160 strlcpy(value, default_value, kPropertyValueMax - 1); in GetProperty()161 value[kPropertyValueMax - 1] = 0; in GetProperty()164 size_t size = std::min(kPropertyValueMax - 1, prop_value->length()) + 1; in GetProperty()
44 static_assert(kPropertyValueMax == PROPERTY_VALUE_MAX, "Size mismatch.");