Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dprop_info.cpp33 constexpr static const char kLongLegacyError[] = variable
35 static_assert(sizeof(kLongLegacyError) < prop_info::kLongLegacyErrorBufferSize,
50 auto error_value_len = sizeof(kLongLegacyError) - 1; in prop_info()
52 memcpy(this->long_property.error_message, kLongLegacyError, sizeof(kLongLegacyError)); in prop_info()