HomeSort by relevance Sort by last modified time
    Searched refs:target_dir (Results 1 - 3 of 3) 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...]
  /external/bluetooth/glib/gio/tests/
live-g-file.c 646 do_copy_move (GFile * root, struct StructureItem item, const char *target_dir,
653 log (" do_copy_move: '%s' --> '%s'\n", item.filename, target_dir);
655 dst_dir = g_file_get_child (root, target_dir);
    [all...]

Completed in 58 milliseconds