Home
last modified time | relevance | path

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

/system/core/logcat/
Dlogcat.cpp114 static int openLogFile(const char* pathname, size_t sizeKB) { in openLogFile() argument
123 fallocate(fd, FALLOC_FL_KEEP_SIZE, 0, (sizeKB << 10)); in openLogFile()