Home
last modified time | relevance | path

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

/tools/asuite/atest/
Datest_utils_unittest.py894 atest_utils.get_bp_content(tmpbp, 'android_test'), expected_result
913 atest_utils.get_bp_content(tmpbp, 'android_app'), expected_result
927 self.assertEqual(atest_utils.get_bp_content(tmpbp, 'android_app'), {})
Dmodule_info.py728 bp_info = atest_utils.get_bp_content(bpfile, 'android_test')
Datest_utils.py1813 def get_bp_content(filename: Path, module_type: str) -> Dict: function