Home
last modified time | relevance | path

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

/bootable/recovery/recovery_utils/
Dlogging.cpp53 static struct selabel_handle* logging_sehandle; variable
56 logging_sehandle = handle; in SetLoggingSehandle()
182 FILE* dest_fp = fopen_path(destination, append ? "ae" : "we", logging_sehandle); in copy_log_file()
305 if (mkdir_recursively(CACHE_LOG_DIR, 0777, false, logging_sehandle) != 0) { in RestoreLogFilesAfterFormat()