Home | History | Annotate | Download | only in cases

Lines Matching refs:cdb

18         result = os.path.join(tmpdir, 'cdb.json')
21 ['intercept-build', '--cdb', result] + make)
38 result = os.path.join(tmpdir, 'cdb.json')
40 silent_check_call(['intercept-build', '--cdb', result,
55 result = os.path.join(tmpdir, 'cdb.json')
57 silent_check_call(['intercept-build', '--cdb', result,
70 result = os.path.join(tmpdir, 'cdb.json')
73 ['intercept-build', '--cdb', result] + make)
81 result = os.path.join(tmpdir, 'cdb.json')
84 ['intercept-build', '--cdb', result] + make)
100 result = os.path.join(tmpdir, 'cdb.json')
103 ['intercept-build', '--cdb', result] + args + make)
132 result = os.path.join(tmpdir, 'cdb.json')
134 ['intercept-build', '--cdb', result] + command,
146 cdb = self.run_intercept(tmpdir, cmd)
147 self.assertEqual(count, len(cdb))
160 cdb = self.run_intercept(tmpdir, cmd)
161 self.assertEqual(' '.join(expected), cdb[0]['command'])