Home
last modified time | relevance | path

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

/aosp12/system/tools/sysprop/
H A DCommon.cpp50 Result<void> ValidateProp(const sysprop::Properties& props,
108 Result<void> ValidateProp(const sysprop::Properties& props, in ValidateProp() function
220 if (auto res = ValidateProp(props, prop); !res.ok()) return res; in ValidateProps()