Lines Matching defs:file
8 * file name: letest.cpp
419 FILE *f = fopen(".." U_FILE_SEP_STRING ".." U_FILE_SEP_STRING "test" U_FILE_SEP_STRING "testdata" U_FILE_SEP_STRING "rbbitst.txt", "r");
575 log_err("Could not open the test data file: %s\n", testFilePath);
1004 /* On Windows, the file name obtained from __FILE__ includes a full path.
1005 * This file is "wherever\icu\source\test\cintltst\cintltst.c"
1032 FILE *file = fopen(".." U_FILE_SEP_STRING ".." U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r");
1033 if (file) {
1034 fclose(file);