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__().
319 self._install_paths = []
671 self._install_paths.append(os.path.dirname(local))
742 To support SDK tools, such as adb or aapt, this adds _install_paths
747 kwargs.get('extra_paths', []) + self._install_paths)