Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery-persist.cpp56 static void check_and_fclose(FILE *fp, const char *name) { in check_and_fclose() function
76 check_and_fclose(source_fp, source); in copy_file()
78 check_and_fclose(dest_fp, destination); in copy_file()
Drecovery_main.cpp273 check_and_fclose(log_fp, filename); in redirect_stdio()
295 check_and_fclose(log_fp, filename); in redirect_stdio()
/bootable/recovery/otautil/include/otautil/
Dlogging.h53 void check_and_fclose(FILE* fp, const std::string& name);
/bootable/recovery/otautil/
Dlogging.cpp75 void check_and_fclose(FILE* fp, const std::string& name) { in check_and_fclose() function
200 check_and_fclose(source_fp, source); in copy_log_file()
202 check_and_fclose(dest_fp, destination); in copy_log_file()