Home
last modified time | relevance | path

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

/system/extras/toolchain-extras/
Dprofile-extras-test.cpp43 __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()
/system/core/base/
Dproperties.cpp74 static int __system_property_set(const char* key, const char* value) { in __system_property_set() function
104 return (__system_property_set(key.c_str(), value.c_str()) == 0); in SetProperty()
/system/core/libcutils/
Dproperties.cpp111 return __system_property_set(key, value); in property_set()