Home
last modified time | relevance | path

Searched refs:get_install_path (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/common_lib/cros/
Dpath_utils.py11 def get_install_path(filename, host=None): function
59 alternate_path = get_install_path(cmd_base, host=host)
/external/autotest/server/cros/network/
Dpacket_capturer.py40 path_utils.get_install_path('ifconfig', host=host))
41 cmd_iw = cmd_iw or path_utils.get_install_path('iw', host=host)
42 cmd_ip = cmd_ip or path_utils.get_install_path('ip', host=host)
44 path_utils.get_install_path('tcpdump', host=host))