Home
last modified time | relevance | path

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

/system/tools/sysprop/include/
DCommon.h28 bool IsListProp(const sysprop::Property& prop);
/system/tools/sysprop/
DJavaGen.cpp276 } else if (IsListProp(prop)) { in GetFormattingExpression()
354 if (IsListProp(prop)) { in GenerateJavaClass()
DCommon.cpp270 bool IsListProp(const sysprop::Property& prop) { in IsListProp() function