HomeSort by relevance Sort by last modified time
    Searched refs:is_package_installed (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/bin/
vm_sanity.py 54 if not arc.is_package_installed('android'):
  /external/autotest/client/common_lib/cros/
arc.py 321 def is_package_installed(package): function
551 if not is_package_installed(pkg):
595 if not is_package_installed(pkg):
  /external/autotest/site_utils/
lxc.py 352 packages = [p for p in packages if not utils.is_package_installed(p)]
    [all...]

Completed in 2727 milliseconds