Home
last modified time | relevance | path

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

/tools/asuite/aidegen/lib/
Dproject_info.py175 not common_util.exist_android_bp(self.project_absolute_path)):
183 and not common_util.exist_android_bp(abs_path)):
Declipse_project_file_gen.py240 if common_util.exist_android_bp(src_abspath):
Dcommon_util.py459 def exist_android_bp(abs_path): function