Lines Matching refs:FILE
6 * file name: iotest.cpp
84 /* On Windows, the file name obtained from __FILE__ includes a full path.
85 * This file is "wherever\icu\source\test\cintltst\cintltst.c"
112 FILE *file = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r");
113 if (file) {
114 fclose(file);
235 log_err("Can't open test file - %s\n",
319 log_err("Can't open test file - %s\n",
329 log_err("FAILURE file test case %d \"%s\" - Got: \"%s\" Expected: \"%s\"\n",
401 log_err("Can't open test file - %s\n",
520 log_err("Can't open test file - %s\n",
530 log_err("FAILURE file test case %d \"%s\" - Got: \"%s\" Expected: \"%s\"\n",
725 /* On Windows, the file name obtained from __FILE__ includes a full path.
726 * This file is "wherever\icu\source\test\cintltst\cintltst.c"
753 FILE *file = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r");
754 if (file) {
755 fclose(file);
855 FILE* fileToRemove = fopen(STANDARD_TEST_FILE, "r");
861 /* Maybe someone didn't close the file correctly. */