Lines Matching refs:cdstPath
61 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfReadOnlyFdIsRejected() local
62 FILE* ofp = fopen(cdstPath, "rbe"); in nativeTestIfReadOnlyFdIsRejected()
64 ALOGE("Unable to open file %s", cdstPath); in nativeTestIfReadOnlyFdIsRejected()
65 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfReadOnlyFdIsRejected()
76 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfReadOnlyFdIsRejected()
99 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfInvalidOutputFormatIsRejected() local
100 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfInvalidOutputFormatIsRejected()
102 ALOGE("Unable to open file %s", cdstPath); in nativeTestIfInvalidOutputFormatIsRejected()
103 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfInvalidOutputFormatIsRejected()
124 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfInvalidOutputFormatIsRejected()
129 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfInvalidMediaFormatIsRejected() local
130 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfInvalidMediaFormatIsRejected()
132 ALOGE("Unable to open file %s", cdstPath); in nativeTestIfInvalidMediaFormatIsRejected()
133 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfInvalidMediaFormatIsRejected()
152 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfInvalidMediaFormatIsRejected()
157 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfCorruptMediaFormatIsRejected() local
158 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfCorruptMediaFormatIsRejected()
160 ALOGE("Unable to open file %s", cdstPath); in nativeTestIfCorruptMediaFormatIsRejected()
161 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfCorruptMediaFormatIsRejected()
176 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfCorruptMediaFormatIsRejected()
181 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfAddTrackSucceedsAfterStart() local
182 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfAddTrackSucceedsAfterStart()
184 ALOGE("Unable to open file %s", cdstPath); in nativeTestIfAddTrackSucceedsAfterStart()
185 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfAddTrackSucceedsAfterStart()
201 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfAddTrackSucceedsAfterStart()
207 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfAddTrackSucceedsAfterWriteSampleData() local
208 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfAddTrackSucceedsAfterWriteSampleData()
210 ALOGE("Unable to open file %s", cdstPath); in nativeTestIfAddTrackSucceedsAfterWriteSampleData()
211 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfAddTrackSucceedsAfterWriteSampleData()
229 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfAddTrackSucceedsAfterWriteSampleData()
234 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfAddTrackSucceedsAfterStop() local
235 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfAddTrackSucceedsAfterStop()
237 ALOGE("Unable to open file %s", cdstPath); in nativeTestIfAddTrackSucceedsAfterStop()
238 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfAddTrackSucceedsAfterStop()
257 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfAddTrackSucceedsAfterStop()
262 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfMuxerStartsBeforeAddTrack() local
263 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfMuxerStartsBeforeAddTrack()
265 ALOGE("Unable to open file %s", cdstPath); in nativeTestIfMuxerStartsBeforeAddTrack()
266 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfMuxerStartsBeforeAddTrack()
277 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfMuxerStartsBeforeAddTrack()
282 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIdempotentStart() local
283 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIdempotentStart()
285 ALOGE("Unable to open file %s", cdstPath); in nativeTestIdempotentStart()
286 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIdempotentStart()
302 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIdempotentStart()
308 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfMuxerStartsAfterWriteSampleData() local
309 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfMuxerStartsAfterWriteSampleData()
311 ALOGE("Unable to open file %s", cdstPath); in nativeTestIfMuxerStartsAfterWriteSampleData()
312 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfMuxerStartsAfterWriteSampleData()
330 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfMuxerStartsAfterWriteSampleData()
335 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfMuxerStartsAfterStop() local
336 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfMuxerStartsAfterStop()
338 ALOGE("Unable to open file %s", cdstPath); in nativeTestIfMuxerStartsAfterStop()
339 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfMuxerStartsAfterStop()
358 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfMuxerStartsAfterStop()
363 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestStopOnANonStartedMuxer() local
364 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestStopOnANonStartedMuxer()
366 ALOGE("Unable to open file %s", cdstPath); in nativeTestStopOnANonStartedMuxer()
367 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestStopOnANonStartedMuxer()
382 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestStopOnANonStartedMuxer()
387 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIdempotentStop() local
388 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIdempotentStop()
390 ALOGE("Unable to open file %s", cdstPath); in nativeTestIdempotentStop()
391 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIdempotentStop()
410 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIdempotentStop()
415 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestSimpleStartStop() local
416 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestSimpleStartStop()
418 ALOGE("Unable to open file %s", cdstPath); in nativeTestSimpleStartStop()
419 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSimpleStartStop()
433 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSimpleStartStop()
440 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfWriteSampleDataRejectsInvalidTrackIndex() local
441 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfWriteSampleDataRejectsInvalidTrackIndex()
443 ALOGE("Unable to open file %s", cdstPath); in nativeTestIfWriteSampleDataRejectsInvalidTrackIndex()
444 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfWriteSampleDataRejectsInvalidTrackIndex()
461 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfWriteSampleDataRejectsInvalidTrackIndex()
468 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfWriteSampleDataRejectsInvalidPts() local
469 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfWriteSampleDataRejectsInvalidPts()
471 ALOGE("Unable to open file %s", cdstPath); in nativeTestIfWriteSampleDataRejectsInvalidPts()
472 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfWriteSampleDataRejectsInvalidPts()
489 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfWriteSampleDataRejectsInvalidPts()
496 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfWriteSampleDataSucceedsBeforeStart() local
497 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfWriteSampleDataSucceedsBeforeStart()
499 ALOGE("Unable to open file %s", cdstPath); in nativeTestIfWriteSampleDataSucceedsBeforeStart()
500 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfWriteSampleDataSucceedsBeforeStart()
515 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfWriteSampleDataSucceedsBeforeStart()
522 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfWriteSampleDataSucceedsAfterStop() local
523 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfWriteSampleDataSucceedsAfterStop()
525 ALOGE("Unable to open file %s", cdstPath); in nativeTestIfWriteSampleDataSucceedsAfterStop()
526 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfWriteSampleDataSucceedsAfterStop()
544 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfWriteSampleDataSucceedsAfterStop()