Home
last modified time | relevance | path

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

/system/core/init/
Daction.cpp138 const static std::string prop_str("property:"); in ParsePropertyTrigger() local
139 std::string prop_name(trigger.substr(prop_str.length())); in ParsePropertyTrigger()
157 const static std::string prop_str("property:"); in InitTriggers() local
173 if (!args[i].compare(0, prop_str.length(), prop_str)) { in InitTriggers()