Searched refs:fopen_path (Results 1 – 3 of 3) sorted by relevance
62 FILE* fopen_path(const char *path, const char *mode);
140 fopen_path(const char *path, const char *mode) { in fopen_path() function199 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()
332 FILE* install_log = fopen_path(install_file, "w"); in install_package()