Lines Matching refs:cdstPath

61     const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr);  in nativeTestIfReadOnlyFdIsRejected()  local
62 FILE* ofp = fopen(cdstPath, "rbe"); in nativeTestIfReadOnlyFdIsRejected()
71 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfReadOnlyFdIsRejected()
76 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfWriteOnlyFdIsRejected() local
77 FILE* ofp = fopen(cdstPath, "wbe"); in nativeTestIfWriteOnlyFdIsRejected()
86 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfWriteOnlyFdIsRejected()
91 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfNonSeekableFdIsRejected() local
92 mkfifo(cdstPath, 0666); in nativeTestIfNonSeekableFdIsRejected()
93 int fd = open(cdstPath, O_WRONLY); in nativeTestIfNonSeekableFdIsRejected()
102 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfNonSeekableFdIsRejected()
107 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfInvalidOutputFormatIsRejected() local
108 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfInvalidOutputFormatIsRejected()
117 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfInvalidOutputFormatIsRejected()
122 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfInvalidMediaFormatIsRejected() local
123 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfInvalidMediaFormatIsRejected()
140 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfInvalidMediaFormatIsRejected()
145 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfCorruptMediaFormatIsRejected() local
146 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfCorruptMediaFormatIsRejected()
159 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfCorruptMediaFormatIsRejected()
164 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfAddTrackSucceedsAfterStart() local
165 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfAddTrackSucceedsAfterStart()
179 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfAddTrackSucceedsAfterStart()
185 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfAddTrackSucceedsAfterWriteSampleData() local
186 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfAddTrackSucceedsAfterWriteSampleData()
202 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfAddTrackSucceedsAfterWriteSampleData()
207 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfAddTrackSucceedsAfterStop() local
208 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfAddTrackSucceedsAfterStop()
225 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfAddTrackSucceedsAfterStop()
230 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfMuxerStartsBeforeAddTrack() local
231 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfMuxerStartsBeforeAddTrack()
240 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfMuxerStartsBeforeAddTrack()
245 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIdempotentStart() local
246 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIdempotentStart()
260 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIdempotentStart()
266 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfMuxerStartsAfterWriteSampleData() local
267 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfMuxerStartsAfterWriteSampleData()
283 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfMuxerStartsAfterWriteSampleData()
288 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfMuxerStartsAfterStop() local
289 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfMuxerStartsAfterStop()
306 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfMuxerStartsAfterStop()
311 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestStopOnANonStartedMuxer() local
312 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestStopOnANonStartedMuxer()
325 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestStopOnANonStartedMuxer()
330 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIdempotentStop() local
331 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIdempotentStop()
348 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIdempotentStop()
353 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestSimpleStartStop() local
354 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestSimpleStartStop()
366 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSimpleStartStop()
373 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfWriteSampleDataRejectsInvalidTrackIndex() local
374 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfWriteSampleDataRejectsInvalidTrackIndex()
389 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfWriteSampleDataRejectsInvalidTrackIndex()
396 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfWriteSampleDataRejectsInvalidPts() local
397 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfWriteSampleDataRejectsInvalidPts()
412 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfWriteSampleDataRejectsInvalidPts()
419 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfWriteSampleDataSucceedsBeforeStart() local
420 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfWriteSampleDataSucceedsBeforeStart()
433 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfWriteSampleDataSucceedsBeforeStart()
440 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfWriteSampleDataSucceedsAfterStop() local
441 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestIfWriteSampleDataSucceedsAfterStop()
457 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfWriteSampleDataSucceedsAfterStop()