Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 7 of 7) sorted by relevance

/bootable/recovery/
Drecovery-persist.cpp53 static void check_and_fclose(FILE *fp, const char *name) { in check_and_fclose()
123 FILE *fp = fopen(mounts_file, "r"); in main() local
Dmounts.cpp46 FILE* fp = setmntent("/proc/mounts", "re"); in scan_mounted_volumes() local
Dwear_ui.cpp304 void WearRecoveryUI::ShowFile(FILE* fp) { in ShowFile()
366 FILE* fp = fopen_path(filename, "re"); in ShowFile() local
Dscreen_ui.cpp657 void ScreenRecoveryUI::ShowFile(FILE* fp) { in ShowFile()
708 FILE* fp = fopen_path(filename, "re"); in ShowFile() local
Drecovery.cpp193 FILE *fp = fopen(path, mode); in fopen_path() local
198 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
/bootable/recovery/tests/manual/
Drecovery_test.cpp192 FILE* fp; member in ResourceTest
/bootable/recovery/minui/
Dresources.cpp59 FILE* fp = fopen(resPath, "rb"); in open_png() local