Home
last modified time | relevance | path

Searched defs:SetSystemProperty (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/gd/os/android/
H A Dsystem_properties.cc37 bool SetSystemProperty(const std::string& property, const std::string& value) { in SetSystemProperty() function
/aosp12/system/bt/gd/os/host/
H A Dsystem_properties.cc40 bool SetSystemProperty(const std::string& property, const std::string& value) { in SetSystemProperty() function
/aosp12/system/bt/gd/os/linux/
H A Dsystem_properties.cc40 bool SetSystemProperty(const std::string& property, const std::string& value) { in SetSystemProperty() function
/aosp12/art/openjdkjvmti/
H A Dti_properties.cc229 jvmtiError PropertiesUtil::SetSystemProperty(jvmtiEnv* env ATTRIBUTE_UNUSED, in SetSystemProperty() function in openjdkjvmti::PropertiesUtil
H A DOpenjdkJvmTi.cc1266 static jvmtiError SetSystemProperty(jvmtiEnv* env, const char* property, const char* value) { in SetSystemProperty() function in openjdkjvmti::JvmtiFunctions
/aosp12/art/openjdkjvmti/include/
H A Djvmti.h2486 jvmtiError SetSystemProperty(const char* property, in SetSystemProperty() function