HomeSort by relevance Sort by last modified time
    Searched refs:KEEP_LOG_COUNT (Results 1 - 3 of 3) sorted by null

  /bootable/recovery/
rotate_logs.h 25 static constexpr int KEEP_LOG_COUNT = 10;
rotate_logs.cpp 91 for (int i = KEEP_LOG_COUNT - 1; i >= 0; --i) {
recovery.cpp 949 for (int i = 0; i < KEEP_LOG_COUNT; i++)
    [all...]

Completed in 1343 milliseconds