OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:raw_profile_file
(Results
1 - 1
of
1
) sorted by null
/art/runtime/native/
dalvik_system_VMRuntime.cc
588
const char*
raw_profile_file
= env->GetStringUTFChars(profile_file, nullptr);
local
589
std::string profile_file_str(
raw_profile_file
);
590
env->ReleaseStringUTFChars(profile_file,
raw_profile_file
);
Completed in 105 milliseconds