Home
last modified time | relevance | path

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

/system/core/logcat/
Dlogcat.cpp114 static int openLogFile(const char* pathname, size_t sizeKB) { in openLogFile() function
178 output_fd_.reset(openLogFile(output_file_name_, log_rotate_size_kb_)); in RotateLogs()
267 output_fd_.reset(openLogFile(output_file_name_, log_rotate_size_kb_)); in SetupOutputAndSchedulingPolicy()