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.py250 project_file = glob.glob(
252 if project_file:
253 query = _LAUNCH_PROJECT_QUERY % project_file[0]
Dide_common_util.py95 def get_run_ide_cmd(sh_path, project_file): argument
107 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)