Home | History | Annotate | Download | only in bin

Lines Matching refs:logfile

52 class logfile(loggable):
57 super(logfile, self).__init__(logf, log_in_keyval)
62 r = "sysinfo.logfile(%r, %r, %r)"
68 if isinstance(other, logfile):
162 self.test_loggables.add(logfile(filename))
169 self.boot_loggables.add(logfile(filename))
178 logfile(fname, logf=os.path.basename(fname) + '.before'))
187 logfile(fname, logf=os.path.basename(fname) + '.after'))
198 self.boot_loggables.add(logfile("/proc/cmdline",
202 self.boot_loggables.add(logfile('/proc/mounts', logf='proc_mounts'))