HomeSort by relevance Sort by last modified time
    Searched full:get_install_path (Results 1 - 3 of 3) 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))
  /build/
envsetup.sh 767 local GET_INSTALL_PATH=
780 GET-INSTALL-PATH) GET_INSTALL_PATH=$ARG;;
783 if [ -n "$GET_INSTALL_PATH" ]; then
804 local GET_INSTALL_PATH=
827 GET-INSTALL-PATH) GET_INSTALL_PATH=$DIR;;
837 if [ -n "$GET_INSTALL_PATH" ]; then
838 ARGS=$GET_INSTALL_PATH
    [all...]

Completed in 70 milliseconds