Lines Matching refs:_options
40 self["last_roll"] = self._options.last_roll
46 exec(FileToText(os.path.join(self._options.chromium, "DEPS")))
59 self["roll"] = self._options.revision
68 max_age=self._options.max_age * DAY_IN_SECONDS)
110 cwd = self._options.chromium
125 cwd = self._options.chromium
141 cwd = self._options.chromium
155 message.append("TBR=%s" % self._options.reviewer)
156 self.GitCommit("\n\n".join(message), author=self._options.author, cwd=cwd)
157 if not self._options.dry_run:
158 self.GitUpload(author=self._options.author,
161 cq=self._options.use_commit_queue,
162 cq_dry_run=self._options.use_dry_run,