Searched refs:__system_property_set (Results 1 – 3 of 3) sorted by relevance
43 __system_property_set(kCoveragePropName, "0"); in TEST()47 __system_property_set(kCoveragePropName, "1"); in TEST()52 __system_property_set(kCoveragePropName, "0"); in TEST()56 __system_property_set(kCoveragePropName, "1"); in TEST()
74 static int __system_property_set(const char* key, const char* value) { in __system_property_set() function104 return (__system_property_set(key.c_str(), value.c_str()) == 0); in SetProperty()
111 return __system_property_set(key, value); in property_set()