Home | History | Annotate | Download | only in bin

Lines Matching refs:LOG_DIR

76     def run(self, log_dir):
79 @param log_dir: The destination log directory.
84 utils.system("mkdir -p %s%s" % (log_dir, parent_dir))
93 % (" ".join(excludes), from_dir, log_dir, parent_dir))
259 def run(self, log_dir, collect_init_status=True, collect_all=False):
260 """Copies new content from self.dir to the destination log_dir.
262 @param log_dir: The destination log directory.
272 self._log_diff(self.dir, log_dir)
275 logdir_temp.run(log_dir)
283 def run(self, log_dir):
286 @param log_dir: The destination log directory.
288 super(purgeable_logdir, self).run(log_dir)
311 diffable_log = diffable_logdir(constants.LOG_DIR)
358 log.run(log_dir=None, collect_init_status=True)
372 log.run(log_dir=test_sysinfodir, collect_init_status=False,