Home | History | Annotate | Download | only in iotest

Lines Matching defs: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);
236 log_err("Can't open test file - %s\n",
320 log_err("Can't open test file - %s\n",
330 log_err("FAILURE file test case %d \"%s\" - Got: \"%s\" Expected: \"%s\"\n",
402 log_err("Can't open test file - %s\n",
521 log_err("Can't open test file - %s\n",
531 log_err("FAILURE file test case %d \"%s\" - Got: \"%s\" Expected: \"%s\"\n",
726 /* On Windows, the file name obtained from __FILE__ includes a full path.
727 * This file is "wherever\icu\source\test\cintltst\cintltst.c"
754 FILE *file = fopen(".." U_FILE_SEP_STRING ".." U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r");
755 file) {
756 fclose(file);
856 FILE* fileToRemove = fopen(STANDARD_TEST_FILE, "r");
862 /* Maybe someone didn't close the file correctly. */