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

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

Completed in 38 milliseconds