Home
last modified time | relevance | path

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

/tools/asuite/aidegen/lib/
Dmodule_info_util.py249 project_file = glob.glob(
251 if project_file:
252 query = _LAUNCH_PROJECT_QUERY % project_file[0]
Dide_common_util.py95 def get_run_ide_cmd(sh_path, project_file, new_process=True): argument
109 constant.NOHUP, sh_path.replace(' ', r'\ '), project_file,
Declipse_project_file_gen.py71 self.project_file = os.path.join(self.module_abspath,
292 common_util.file_generate(self.project_file, self.project_content)