Searched refs:setLogSize (Results 1 – 2 of 2) sorted by relevance
533 unsigned long setLogSize = 0; in Run() local720 if (!ParseByteCount(optarg, &setLogSize) || setLogSize < 1) { in Run()987 if (setLogSize || getLogSize || printStatistics || getPruneList || setPruneList) { in Run()997 if (setLogSize || getLogSize || printStatistics || getPruneList || setPruneList) { in Run()1058 if (setLogSize) { in Run()1059 if (android_logger_set_log_size(logger, setLogSize)) { in Run()1153 if (getLogSize || setLogSize || clearLog) return EXIT_SUCCESS; in Run()
59 LogCmd(SetBufSize, setLogSize);