Home
last modified time | relevance | path

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

/system/logging/logcat/
Dlogcat.cpp116 static int openLogFile(const char* pathname, size_t sizeKB) { in openLogFile() function
180 output_fd_.reset(openLogFile(output_file_name_, log_rotate_size_kb_)); in RotateLogs()
271 output_fd_.reset(openLogFile(output_file_name_, log_rotate_size_kb_)); in SetupOutputAndSchedulingPolicy()