Home
last modified time | relevance | path

Searched refs:target_path (Results 1 – 3 of 3) sorted by relevance

/tools/asuite/aidegen/lib/
Dproject_file_gen.py129 target_path = self.project_info.project_absolute_path
130 idea_dir = os.path.join(target_path, _IDEA_FOLDER)
153 _generate_git_ignore(target_path)
194 target_path = os.path.join(module_path, _IDEA_FOLDER, _MODULES_XML)
195 common_util.file_generate(target_path, content)
323 target_path = os.path.join(module_path, _IDEA_FOLDER, _MODULES_XML)
324 content = common_util.read_file_content(target_path)
326 common_util.file_generate(target_path, content)
Dide_util.py597 target_path = None if index == -1 else run_script_path[index:]
598 if not target_path or '-' not in run_script_path:
600 return IdeIntelliJ._get_config_folder_name(target_path)
/tools/external_updater/
Darchive_utils.py39 def unzip(archive_path, target_path): argument
48 zfile.extractall(target_path)
51 def untar(archive_path, target_path): argument
60 tfile.extractall(target_path)