Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_properties.cc90 static constexpr const char* kPropertyClassPath = "java.class.path"; variable
120 JvmtiUniquePtr<char[]> classpath_data = CopyString(env, kPropertyClassPath, &classpath_result); in GetSystemProperties()
216 if (strcmp(property, kPropertyClassPath) == 0) { in GetSystemProperty()