Home
last modified time | relevance | path

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

/system/core/init/
Dutil.h71 Result<void> IsLegalPropertyValue(const std::string& name, const std::string& value);
Dcheck_builtins.cpp169 if (auto result = IsLegalPropertyValue(name, value); !result.ok()) { in check_setprop()
Dutil.cpp449 Result<void> IsLegalPropertyValue(const std::string& name, const std::string& value) { in IsLegalPropertyValue() function
Dproperty_service.cpp183 if (auto result = IsLegalPropertyValue(name, value); !result.ok()) { in PropertySet()