OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:equery
(Results
1 - 1
of
1
) sorted by null
/external/autotest/site_utils/presubmit_hooks/
check_control_files.py
57
"""Return a list of all the
equery
variants that should be consulted."""
58
# Note that we can't just glob.glob('/usr/local/bin/
equery
-*'), because
60
pattern = '/usr/local/bin/
equery
-*'
66
return ['
equery
'] + wrappers
72
for
equery
in GetEqueryWrappers():
73
cmd_args = (CommandPrefix() + [
equery
, '-qC', 'uses'] +
103
# the
equery
-* board-wrappers until we find one. We ALSO have
104
# to check plain '
equery
', to handle the case where e.g. a
Completed in 49 milliseconds