OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:search_cmd
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/site_tests/bluetooth_AdapterSanity/
bluetooth_AdapterSanity.py
31
search_cmd
= '%s | grep -i \'%s\'' % (log_cmd, term)
32
log_entries = utils.run(
search_cmd
, ignore_status=True).stdout
/external/autotest/client/site_tests/touch_UpdateErrors/
touch_UpdateErrors.py
107
search_cmd
= '%s | grep -i %s' % (log_cmd, term)
108
log_entries = utils.run(
search_cmd
, ignore_status=True).stdout
/external/autotest/server/hosts/
cros_label.py
112
search_cmd
= "find -L %s -maxdepth 4 | egrep '%s'" % (
117
result = host.run(
search_cmd
, stdout_tee=None, stderr_tee=None,
Completed in 326 milliseconds