OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_cmd
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/tests/kvm/tests/
cpu_hotplug.py
53
n_cmd
= 'find /sys/devices/system/cpu/cpu[0-99] -maxdepth 0 -type d | wc -l'
54
output = session.cmd(
n_cmd
)
59
logging.error("Output of '%s': %s",
n_cmd
, output)
/external/autotest/client/common_lib/
software_manager.py
320
n_cmd
= (self.lowlevel_base_cmd + ' -f ' + name +
322
name = utils.system_output(
n_cmd
)
Completed in 898 milliseconds