Home | History | Annotate | Download | only in jni

Lines Matching refs:fOut

47        if (fOut) {
48 fclose(fOut);
49 fOut = NULL;
76 if (fOut != NULL) {
78 fclose(fOut);
79 fOut = NULL;
82 fOut = fopen(fileName, "w");
83 if (fOut == NULL) {
88 if (fOut) fprintf(fOut,"varColor, texCount, modulate, extraMath, texSize, blend, Mpps, DC60\r\n");