Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_properties.cc120 JvmtiUniquePtr<char[]> classpath_data = CopyString(env, kPropertyClassPath, &classpath_result); in GetSystemProperties() local
121 if (classpath_data == nullptr) { in GetSystemProperties()
124 array_data_ptr.get()[1] = classpath_data.get(); in GetSystemProperties()
125 property_copies.push_back(std::move(classpath_data)); in GetSystemProperties()