OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_INJECT_BEGIN
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/cros/dynamic_suite/
tools.py
18
_INJECT_BEGIN
= '# INJECT_BEGIN - DO NOT DELETE THIS LINE'
192
start = control_file_in.find(
_INJECT_BEGIN
)
218
control_file +=
_INJECT_BEGIN
+ '\n'
tools_unittest.py
66
self.assertTrue(tools.
_INJECT_BEGIN
in control_file)
Completed in 121 milliseconds