Lines Matching refs:jtestFile
665 jstring jMime, jstring jtestFile, jstring jrefFile, in nativeTestSimpleDecode() argument
669 const char* cTestFile = env->GetStringUTFChars(jtestFile, nullptr); in nativeTestSimpleDecode()
684 env->ReleaseStringUTFChars(jtestFile, cTestFile); in nativeTestSimpleDecode()
690 jstring jtestFile) { in nativeTestOnlyEos() argument
693 const char* cTestFile = env->GetStringUTFChars(jtestFile, nullptr); in nativeTestOnlyEos()
699 env->ReleaseStringUTFChars(jtestFile, cTestFile); in nativeTestOnlyEos()
704 jstring jMime, jstring jtestFile) { in nativeTestFlush() argument
707 const char* cTestFile = env->GetStringUTFChars(jtestFile, nullptr); in nativeTestFlush()
718 env->ReleaseStringUTFChars(jtestFile, cTestFile); in nativeTestFlush()
723 jstring jMime, jstring jtestFile) { in nativeTestSimpleDecodeQueueCSD() argument
726 const char* cTestFile = env->GetStringUTFChars(jtestFile, nullptr); in nativeTestSimpleDecodeQueueCSD()
732 env->ReleaseStringUTFChars(jtestFile, cTestFile); in nativeTestSimpleDecodeQueueCSD()