Searched defs:fp (Results 1 – 7 of 7) sorted by relevance
53 static void check_and_fclose(FILE *fp, const char *name) { in check_and_fclose()123 FILE *fp = fopen(mounts_file, "r"); in main() local
46 FILE* fp = setmntent("/proc/mounts", "re"); in scan_mounted_volumes() local
304 void WearRecoveryUI::ShowFile(FILE* fp) { in ShowFile()366 FILE* fp = fopen_path(filename, "re"); in ShowFile() local
657 void ScreenRecoveryUI::ShowFile(FILE* fp) { in ShowFile()708 FILE* fp = fopen_path(filename, "re"); in ShowFile() local
193 FILE *fp = fopen(path, mode); in fopen_path() local198 static void check_and_fclose(FILE *fp, const char *name) { in check_and_fclose()491 FILE* fp = fopen_path(LOCALE_FILE, "w"); in finish_recovery() local
192 FILE* fp; member in ResourceTest
59 FILE* fp = fopen(resPath, "rb"); in open_png() local