Home
last modified time | relevance | path

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

/external/autotest/server/cros/dynamic_suite/
Dtools.py18 _INJECT_BEGIN = '# INJECT_BEGIN - DO NOT DELETE THIS LINE' variable
192 start = control_file_in.find(_INJECT_BEGIN)
218 control_file += _INJECT_BEGIN + '\n'
Dtools_unittest.py66 self.assertTrue(tools._INJECT_BEGIN in control_file)