Home
last modified time | relevance | path

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

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