Searched refs:target_path (Results 1 – 3 of 3) sorted by relevance
129 target_path = self.project_info.project_absolute_path130 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)
597 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)
39 def unzip(archive_path, target_path): argument48 zfile.extractall(target_path)51 def untar(archive_path, target_path): argument60 tfile.extractall(target_path)