Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery.cpp165 FILE *fp = fopen(path, mode); in fopen_path() local
182 check_and_fclose(FILE *fp, const char *name) { in check_and_fclose()
226 FILE *fp = fopen_path(COMMAND_FILE, "r"); in get_args() local
375 FILE *fp = fopen_path(INTENT_FILE, "w"); in finish_recovery() local
389 FILE* fp = fopen_path(LOCALE_FILE, "w"); in finish_recovery() local
871 FILE* fp = fopen_path(LOCALE_FILE, "r"); in load_locale_from_cache() local
Dscreen_ui.cpp558 void ScreenRecoveryUI::ShowFile(FILE* fp) { in ShowFile()
609 FILE* fp = fopen_path(filename, "re"); in ShowFile() local
/bootable/recovery/mtdutils/
Dmounts.c63 FILE* fp; in scan_mounted_volumes() local
/bootable/recovery/minui/
Dresources.cpp59 FILE* fp = fopen(resPath, "rb"); in open_png() local