Lines Matching refs:jtestFile
636 jstring jMime, jstring jtestFile, jstring jrefFile, in nativeTestSimpleDecode() argument
640 const char* cTestFile = env->GetStringUTFChars(jtestFile, nullptr); in nativeTestSimpleDecode()
653 env->ReleaseStringUTFChars(jtestFile, cTestFile); in nativeTestSimpleDecode()
659 jstring jtestFile) { in nativeTestOnlyEos() argument
662 const char* cTestFile = env->GetStringUTFChars(jtestFile, nullptr); in nativeTestOnlyEos()
668 env->ReleaseStringUTFChars(jtestFile, cTestFile); in nativeTestOnlyEos()
673 jstring jMime, jstring jtestFile) { in nativeTestFlush() argument
676 const char* cTestFile = env->GetStringUTFChars(jtestFile, nullptr); in nativeTestFlush()
687 env->ReleaseStringUTFChars(jtestFile, cTestFile); in nativeTestFlush()
692 jstring jMime, jstring jtestFile) { in nativeTestSimpleDecodeQueueCSD() argument
695 const char* cTestFile = env->GetStringUTFChars(jtestFile, nullptr); in nativeTestSimpleDecodeQueueCSD()
701 env->ReleaseStringUTFChars(jtestFile, cTestFile); in nativeTestSimpleDecodeQueueCSD()