Searched refs:fopen_path (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/ |
D | common.h | 47 FILE* fopen_path(const char *path, const char *mode);
|
D | recovery.cpp | 155 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()
|
D | install.cpp | 273 FILE* install_log = fopen_path(install_file, "w"); in install_package()
|
D | screen_ui.cpp | 609 FILE* fp = fopen_path(filename, "re"); in ShowFile()
|