Home
last modified time | relevance | path

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

/bionic/libc/system_properties/include/system_properties/
Dprop_info.h55 constexpr static size_t kLongLegacyErrorBufferSize = 56; member
64 char error_message[kLongLegacyErrorBufferSize];
/bionic/libc/system_properties/
Dprop_info.cpp35 static_assert(sizeof(kLongLegacyError) < prop_info::kLongLegacyErrorBufferSize,