Home
last modified time | relevance | path

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

/bootable/recovery/
Dcommon.h62 FILE* fopen_path(const char *path, const char *mode);
Drecovery.cpp140 fopen_path(const char *path, const char *mode) { in fopen_path() function
199 FILE *fp = fopen_path(COMMAND_FILE, "r"); in get_args()
242 FILE *log = fopen_path(destination, append ? "a" : "w"); in copy_log_file()
271 FILE *fp = fopen_path(INTENT_FILE, "w"); in finish_recovery()
285 FILE* fp = fopen_path(LOCALE_FILE, "w"); in finish_recovery()
788 FILE* fp = fopen_path(LOCALE_FILE, "r"); in load_locale_from_cache()
Dinstall.cpp332 FILE* install_log = fopen_path(install_file, "w"); in install_package()