Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMRuntime.cc651 const char* raw_profile_file = env->GetStringUTFChars(profile_file, nullptr); in VMRuntime_registerAppInfo() local
652 std::string profile_file_str(raw_profile_file); in VMRuntime_registerAppInfo()
653 env->ReleaseStringUTFChars(profile_file, raw_profile_file); in VMRuntime_registerAppInfo()