Searched defs:locate_executable (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/tools/
H A Dkeygen.py25 def locate_executable(exe_name): function
40 keygen_path = locate_executable("remoting_host_keygen")
H A Dme2me_virtual_host.py315 xvfb = locate_executable("Xvfb-randr")
421 args = [locate_executable(HOST_BINARY_NAME), "--host-config=-"]
539 def locate_executable(exe_name): function
953 return os.system(locate_executable(HOST_BINARY_NAME) + " --version") >> 8

Completed in 68 milliseconds