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

  /external/autotest/site_utils/stats/
log_daemon_common.py 38 args.output_logfile, maxBytes=10**6, backupCount=5)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
handlers.py 90 def __init__(self, filename, mode='a', maxBytes=0, backupCount=0, encoding=None, delay=0):
95 values of maxBytes and backupCount to allow the file to rollover at
99 length. If backupCount is >= 1, the system will successively create
101 ".1", ".2" etc. appended to it. For example, with a backupCount of 5
120 self.backupCount = backupCount
129 if self.backupCount > 0:
130 for i in range(self.backupCount - 1, 0, -1):
167 If backupCount is > 0, when rollover is done, no more than backupCount
    [all...]
  /external/python/cpython2/Lib/logging/
handlers.py 89 def __init__(self, filename, mode='a', maxBytes=0, backupCount=0, encoding=None, delay=0):
94 values of maxBytes and backupCount to allow the file to rollover at
98 length. If backupCount is >= 1, the system will successively create
100 ".1", ".2" etc. appended to it. For example, with a backupCount of 5
119 self.backupCount = backupCount
128 if self.backupCount > 0:
129 for i in range(self.backupCount - 1, 0, -1):
167 If backupCount is > 0, when rollover is done, no more than backupCount
    [all...]
  /external/autotest/site_utils/
rpc_logserver.py 111 backupCount=number_of_old_logs)
gs_offloader.py     [all...]
lab_inventory.py     [all...]
  /external/python/cpython3/Lib/logging/
handlers.py 119 def __init__(self, filename, mode='a', maxBytes=0, backupCount=0, encoding=None, delay=False):
124 values of maxBytes and backupCount to allow the file to rollover at
128 length. If backupCount is >= 1, the system will successively create
130 ".1", ".2" etc. appended to it. For example, with a backupCount of 5
149 self.backupCount = backupCount
158 if self.backupCount > 0:
159 for i in range(self.backupCount - 1, 0, -1):
195 If backupCount is > 0, when rollover is done, no more than backupCount
    [all...]
  /external/toolchain-utils/automation/common/
logger.py 20 backupCount=9,
  /external/chromium-trace/catapult/devil/devil/android/tools/
device_monitor.py 209 '/tmp/device_monitor.log', maxBytes=10 * 1024 * 1024, backupCount=5)
  /external/autotest/site_utils/chromeos_proxy/
swarming_bots.py 415 backupCount=LOG_FILE_BACKUPCOUNT)
  /external/python/cpython3/Lib/test/
test_logging.py     [all...]

Completed in 2304 milliseconds