Home
last modified time | relevance | path

Searched defs:deleteCount (Results 1 – 1 of 1) sorted by relevance

/developtools/hdc/src/common/
Dbase.cpp429 uint16_t deleteCount = files.size() - MAX_LOG_FILE_COUNT; in RemoveOlderLogFilesOnWindows() local
515 uint32_t deleteCount = GetLogOverCount(files, MAX_LOG_DIR_SIZE); in RemoveOlderLogFiles() local
523 uint32_t deleteCount = files.size() - static_cast<uint32_t>(logLimitSize); in RemoveOlderLogFiles() local