Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_properties.cc89 static constexpr const char* kPropertyLibraryPath = "java.library.path"; variable
110 JvmtiUniquePtr<char[]> libpath_data = CopyString(env, kPropertyLibraryPath, &libpath_result); in GetSystemProperties()
166 if (prop_assignment.substr(0, assign_pos) == kPropertyLibraryPath) { in GetLibraryPath()
182 ScopedLocalRef<jobject> input_str(jni_env, jni_env->NewStringUTF(kPropertyLibraryPath)); in GetLibraryPath()
212 if (strcmp(property, kPropertyLibraryPath) == 0) { in GetSystemProperty()