Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_properties.cc109 jvmtiError libpath_result; in GetSystemProperties() local
110 JvmtiUniquePtr<char[]> libpath_data = CopyString(env, kPropertyLibraryPath, &libpath_result); in GetSystemProperties()
112 return libpath_result; in GetSystemProperties()