Searched refs:coutPath (Results 1 – 1 of 1) sorted by relevance
1181 const char* coutPath = env->GetStringUTFChars(joutPath, nullptr); in nativeTestNoSamples() local1183 ALOGV("coutPath:%s", coutPath); in nativeTestNoSamples()1189 FILE *ofp = fopen(coutPath, "wbe+"); in nativeTestNoSamples()1197 ALOGE("failed to open output file %s", coutPath); in nativeTestNoSamples()1204 FILE* ofp = fopen(coutPath, "r+"); in nativeTestNoSamples()1222 ALOGE("failed to open output file to append %s", coutPath); in nativeTestNoSamples()1225 auto* mediaInfoOut = new MuxerNativeTestHelper(coutPath, nullptr); in nativeTestNoSamples()1231 env->ReleaseStringUTFChars(joutPath, coutPath); in nativeTestNoSamples()