Searched defs:fp (Results 1 – 4 of 4) sorted by relevance
53 static void check_and_fclose(FILE *fp, const char *name) { in check_and_fclose()123 FILE* fp = fopen(mounts_file, "re"); in main() local
48 FILE* fp = setmntent("/proc/mounts", "re"); in scan_mounted_volumes() local
791 void ScreenRecoveryUI::ShowFile(FILE* fp) { in ShowFile()842 FILE* fp = fopen_path(filename, "re"); in ShowFile() local
192 FILE* fp; member in ResourceTest