Home | History | Annotate | Download | only in cros

Lines Matching refs:_install_paths

9 # The instance variables _host and _install_paths are not defined in __init__().
80 self._install_paths = []
531 self._install_paths.append(os.path.dirname(local))
614 To support SDK tools, such as adb or aapt, this adds _install_paths
619 kwargs.get('extra_paths', []) + self._install_paths)