Home
last modified time | relevance | path

Searched refs:fopen_path (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/
Dcommon.h47 FILE* fopen_path(const char *path, const char *mode);
Drecovery.cpp155 fopen_path(const char *path, const char *mode) { in fopen_path() function
226 FILE *fp = fopen_path(COMMAND_FILE, "r"); in get_args()
292 FILE* dest_fp = fopen_path(destination, append ? "a" : "w"); in copy_log_file()
375 FILE *fp = fopen_path(INTENT_FILE, "w"); in finish_recovery()
389 FILE* fp = fopen_path(LOCALE_FILE, "w"); in finish_recovery()
480 FILE* f = fopen_path(head->name, "wb"); in erase_volume()
871 FILE* fp = fopen_path(LOCALE_FILE, "r"); in load_locale_from_cache()
Dinstall.cpp273 FILE* install_log = fopen_path(install_file, "w"); in install_package()
Dscreen_ui.cpp609 FILE* fp = fopen_path(filename, "re"); in ShowFile()