Searched refs:cdstPath (Results 1 – 2 of 2) sorted by relevance
/cts/tests/media/jni/ |
D | NativeMuxerUnitTest.cpp | 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() [all …]
|
D | NativeMuxerTest.cpp | 364 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestSetLocation() local 365 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestSetLocation() 433 ALOGE("failed to open output file %s", cdstPath); in nativeTestSetLocation() 435 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSetLocation() 446 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestSetOrientationHint() local 447 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestSetOrientationHint() 498 ALOGE("failed to open output file %s", cdstPath); in nativeTestSetOrientationHint() 500 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSetOrientationHint() 529 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestMultiTrack() local 531 FILE* ofp = fopen(cdstPath, "wbe+"); in nativeTestMultiTrack() [all …]
|