Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/
H A Drecovery.c177 fopen_path(const char *path, const char *mode) in fopen_path() function
253 FILE *fp = fopen_path(COMMAND_FILE, "r"); in get_args()
298 FILE *log = fopen_path(destination, append ? "a" : "w"); in copy_log_file()
330 FILE *fp = fopen_path(INTENT_FILE, "w"); in finish_recovery()