Searched refs:raw_profile_file (Results 1 – 1 of 1) sorted by relevance
651 const char* raw_profile_file = env->GetStringUTFChars(profile_file, nullptr); in VMRuntime_registerAppInfo() local652 std::string profile_file_str(raw_profile_file); in VMRuntime_registerAppInfo()653 env->ReleaseStringUTFChars(profile_file, raw_profile_file); in VMRuntime_registerAppInfo()