OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_install_path
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/common_lib/cros/
path_utils.py
11
def
get_install_path
(filename, host=None):
function
58
alternate_path =
get_install_path
(cmd_base, host=host)
/external/autotest/server/cros/network/
packet_capturer.py
40
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))
Completed in 91 milliseconds