Home
last modified time | relevance | path

Searched refs:do_bisect_command (Results 1 – 2 of 2) sorted by relevance

/external/oss-fuzz/infra/base-images/base-builder/
Dbisect_clang.py72 retcode, stdout, _ = self.do_bisect_command('good')
74 retcode, stdout, _ = self.do_bisect_command('bad')
88 self.do_bisect_command('start')
93 def do_bisect_command(self, subcommand): member in GitRepo
111 self.do_bisect_command(label)
Dbisect_clang_test.py241 self.git.do_bisect_command(subcommand)