OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_INJECT_END
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/cros/dynamic_suite/
tools.py
19
_INJECT_END
= '# INJECT_END - DO NOT DELETE LINE'
194
end = control_file_in.find(
_INJECT_END
, start)
198
end += len(
_INJECT_END
)
227
return control_file + args_dict_str +
_INJECT_END
+ '\n' + control_file_in
tools_unittest.py
67
self.assertTrue(tools.
_INJECT_END
in control_file)
Completed in 6043 milliseconds