Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMRuntime.cc651 const char* raw_code_path = env->GetStringUTFChars(code_path, nullptr); in VMRuntime_registerAppInfo() local
652 code_paths_vec.push_back(raw_code_path); in VMRuntime_registerAppInfo()
653 env->ReleaseStringUTFChars(code_path, raw_code_path); in VMRuntime_registerAppInfo()