Lines Matching refs:path
60 _GITIGNORE_ABS_PATH = os.path.join(common_util.get_android_root_dir(),
64 _CODE_STYLE_SRC_PATH = os.path.join(common_util.get_android_root_dir(),
130 idea_dir = os.path.join(target_path, _IDEA_FOLDER)
131 copyright_dir = os.path.join(idea_dir, _COPYRIGHT_FOLDER)
132 code_style_dir = os.path.join(idea_dir, _CODE_STYLE_FOLDER)
134 os.path.join(idea_dir, _COMPILE_XML), templates.XML_COMPILER)
136 os.path.join(idea_dir, _MISC_XML), templates.XML_MISC)
138 os.path.join(copyright_dir, _APACHE_2_XML), templates.XML_APACHE_2)
140 os.path.join(copyright_dir, _PROFILES_SETTINGS_XML),
143 os.path.join(code_style_dir, _CODE_STYLE_CONFIG_XML),
145 code_style_target_path = os.path.join(code_style_dir, _PROJECT_XML)
146 if os.path.exists(code_style_target_path):
161 os.path.join(idea_dir, _CONFIG_JSON), lunch_target)
195 target_path = os.path.join(module_path, _IDEA_FOLDER, _MODULES_XML)
265 gitignore_abs_path = os.path.join(target_folder, _GITIGNORE_FILE_NAME)
266 rel_target = os.path.relpath(gitignore_abs_path, os.getcwd())
267 rel_source = os.path.relpath(_GITIGNORE_ABS_PATH, target_folder)
270 if not os.path.exists(gitignore_abs_path):
282 config_path = os.path.join(
284 if os.path.isfile(config_path):
286 os.path.join(idea_dir, _JSON_SCHEMAS_CONFIG_XML),
324 target_path = os.path.join(module_path, _IDEA_FOLDER, _MODULES_XML)