Home
last modified time | relevance | path

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

/bootable/recovery/recovery_utils/
Dlogging.cpp61 static FILE* fopen_path(const std::string& path, const char* mode, const selabel_handle* sehandle) { in fopen_path() function
182 FILE* dest_fp = fopen_path(destination, append ? "ae" : "we", logging_sehandle); in copy_log_file()