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

  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
__init__.py 65 target_dir=clientform_dir) variable
71 installer = AutoInstaller(target_dir=autoinstalled_dir)
84 installer = AutoInstaller(target_dir=irc_dir)
89 installer = AutoInstaller(target_dir=pywebsocket_dir)
  /external/webkit/Tools/Scripts/webkitpy/common/system/
autoinstall.py 70 target_dir=None, temp_dir=None):
81 target_dir: The directory path to which packages should be installed.
92 if target_dir is None:
94 target_dir = os.path.join(this_dir, "autoinstalled")
97 self._set_up_target_dir(target_dir, append_to_search_path, make_package)
99 self._target_dir = target_dir
132 def _set_up_target_dir(self, target_dir, append_to_search_path,
137 target_dir: The path to the target directory to set up.
147 if not os.path.exists(target_dir):
148 self._create_directory(target_dir, "autoinstall target"
503 target_dir = os.path.join(this_dir, "autoinstalled") variable in class:AutoInstaller
    [all...]

Completed in 430 milliseconds