Home
last modified time | relevance | path

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

/tools/asuite/aidegen/lib/
Dproject_file_gen.py131 target_path = self.project_info.project_absolute_path
132 idea_dir = os.path.join(target_path, _IDEA_FOLDER)
162 _generate_git_ignore(target_path)
203 target_path = os.path.join(module_path, _IDEA_FOLDER, _MODULES_XML)
204 common_util.file_generate(target_path, content)
327 target_path = os.path.join(module_path, _IDEA_FOLDER, _MODULES_XML)
328 content = common_util.read_file_content(target_path)
330 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)
/tools/asuite/atest/
Dbazel_mode_unittest.py115 def assertSymlinkTo(self, symlink_path, target_path): argument
116 self.assertEqual(symlink_path.resolve(strict=False), target_path)