Searched refs:code_path (Results 1 – 1 of 1) sorted by relevance
650 jstring code_path = reinterpret_cast<jstring>(env->GetObjectArrayElement(code_paths, i)); in VMRuntime_registerAppInfo() local651 const char* raw_code_path = env->GetStringUTFChars(code_path, nullptr); in VMRuntime_registerAppInfo()653 env->ReleaseStringUTFChars(code_path, raw_code_path); in VMRuntime_registerAppInfo()