Home
last modified time | relevance | path

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

/aosp12/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc387 const char* raw_cur_profile_file = env->GetStringUTFChars(cur_profile_file, nullptr); in VMRuntime_registerAppInfo() local
388 std::string cur_profile_file_str(raw_cur_profile_file); in VMRuntime_registerAppInfo()
389 env->ReleaseStringUTFChars(cur_profile_file, raw_cur_profile_file); in VMRuntime_registerAppInfo()