Home
last modified time | relevance | path

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

/system/tools/sysprop/
DCommon.cpp52 Result<void> ValidateProps(const sysprop::Properties& props);
202 Result<void> ValidateProps(const sysprop::Properties& props) { in ValidateProps() function
310 if (auto res = ValidateProps(ret); !res.ok()) { in ParseProps()
343 if (auto res = ValidateProps(*props); !res.ok()) { in ParseApiFile()