OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:search_cmd
(Results
1 - 4
of
4
) 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
110
search_cmd
= '%s | grep -i %s' % (log_cmd, term)
111
log_entries = utils.run(
search_cmd
, ignore_status=True).stdout
/external/autotest/server/hosts/
cros_label.py
106
search_cmd
= "find -L %s -maxdepth 4 | egrep '%s'" % (
111
result = host.run(
search_cmd
, stdout_tee=None, stderr_tee=None,
cros_host.py
[
all
...]
Completed in 178 milliseconds