Home
last modified time | relevance | path

Searched defs:GetSystemProperty (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/bt/gd/os/android/
H A Dsystem_properties.cc28 std::optional<std::string> GetSystemProperty(const std::string& property) { in GetSystemProperty() function
/aosp12/system/bt/gd/os/host/
H A Dsystem_properties.cc31 std::optional<std::string> GetSystemProperty(const std::string& property) { in GetSystemProperty() function
/aosp12/system/bt/gd/os/linux/
H A Dsystem_properties.cc31 std::optional<std::string> GetSystemProperty(const std::string& property) { in GetSystemProperty() function
/aosp12/art/openjdkjvmti/
H A Dti_properties.cc205 jvmtiError PropertiesUtil::GetSystemProperty(jvmtiEnv* env, in GetSystemProperty() function in openjdkjvmti::PropertiesUtil
H A DOpenjdkJvmTi.cc1261 static jvmtiError GetSystemProperty(jvmtiEnv* env, const char* property, char** value_ptr) { in GetSystemProperty() function in openjdkjvmti::JvmtiFunctions
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime.cc902 static void GetSystemProperty(Thread* self, in GetSystemProperty() function
/aosp12/art/openjdkjvmti/include/
H A Djvmti.h2481 jvmtiError GetSystemProperty(const char* property, in GetSystemProperty() function