Lines Matching refs:file
4 * you may not use this file except in compliance with the License.
67 static void CheckCfiLog(char *file, const char *needle)
70 printf("[cfi checking]:%s\n", file);
73 FILE *fp = fopen(file, "r");
83 t_error("FAIL %s size is <=0!\n", file);
131 auto callback = [=](char *file) { CheckCfiLog(file, pattern); };
141 auto callback = [=](char *file) { CheckCfiLog(file, pattern); };
150 auto callback = [](char *file) { t_error("FAIL CFI check failed!\n"); };