Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_properties.cc156 static const char* DefaultToDot(const std::string& class_path) { in DefaultToDot() function
217 return Copy(env, DefaultToDot(art::Runtime::Current()->GetClassPathString()), value_ptr); in GetSystemProperty()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc221 static const char* DefaultToDot(const std::string& class_path) { in DefaultToDot() function
226 return env->NewStringUTF(DefaultToDot(Runtime::Current()->GetBootClassPathString())); in VMRuntime_bootClassPath()
230 return env->NewStringUTF(DefaultToDot(Runtime::Current()->GetClassPathString())); in VMRuntime_classPath()