Searched refs:raw_cur_profile_file (Results 1 – 1 of 1) sorted by relevance
387 const char* raw_cur_profile_file = env->GetStringUTFChars(cur_profile_file, nullptr); in VMRuntime_registerAppInfo() local388 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()