Lines Matching refs:join
62 _GITIGNORE_ABS_PATH = os.path.join(common_util.get_android_root_dir(),
66 _CODE_STYLE_SRC_PATH = os.path.join(common_util.get_android_root_dir(),
132 idea_dir = os.path.join(target_path, _IDEA_FOLDER)
133 copyright_dir = os.path.join(idea_dir, _COPYRIGHT_FOLDER)
134 inspection_dir = os.path.join(idea_dir, _INSPECTION_FOLDER)
135 code_style_dir = os.path.join(idea_dir, _CODE_STYLE_FOLDER)
137 os.path.join(idea_dir, _COMPILE_XML), templates.XML_COMPILER)
139 os.path.join(idea_dir, _MISC_XML), templates.XML_MISC)
141 os.path.join(copyright_dir, _APACHE_2_XML), templates.XML_APACHE_2)
143 os.path.join(copyright_dir, _PROFILES_SETTINGS_XML),
146 os.path.join(inspection_dir, _PROFILES_SETTINGS_XML),
148 inspection_config_xml = os.path.join(inspection_dir,
154 os.path.join(code_style_dir, _CODE_STYLE_CONFIG_XML),
156 code_style_target_path = os.path.join(code_style_dir, _PROJECT_XML)
171 os.path.join(idea_dir, _CONFIG_JSON), lunch_target)
202 module = '\n'.join(module_list)
205 target_path = os.path.join(module_path, _IDEA_FOLDER, _MODULES_XML)
275 gitignore_abs_path = os.path.join(target_folder, _GITIGNORE_FILE_NAME)
288 config_path = os.path.join(
292 os.path.join(idea_dir, _JSON_SCHEMAS_CONFIG_XML),
330 target_path = os.path.join(module_path, _IDEA_FOLDER, _MODULES_XML)