OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DefaultToDot
(Results
1 - 2
of
2
) sorted by null
/art/runtime/openjdkjvmti/
ti_properties.cc
156
static const char*
DefaultToDot
(const std::string& class_path) {
217
return Copy(env,
DefaultToDot
(art::Runtime::Current()->GetClassPathString()), value_ptr);
/art/runtime/native/
dalvik_system_VMRuntime.cc
177
static const char*
DefaultToDot
(const std::string& class_path) {
182
return env->NewStringUTF(
DefaultToDot
(Runtime::Current()->GetBootClassPathString()));
186
return env->NewStringUTF(
DefaultToDot
(Runtime::Current()->GetClassPathString()));
Completed in 3153 milliseconds