Searched refs:get_product_out (Results 1 – 3 of 3) sorted by relevance
148 self.merged_dep_path = atest_utils.get_product_out(_MERGED_INFO)159 self.cache_file = atest_utils.get_product_out(_DB_NAME)181 self.mod_info_file_path = atest_utils.get_product_out(_MODULE_INFO)1437 module_info_path = atest_utils.get_product_out(_MODULE_INFO)
126 return_path = atest_utils.get_product_out('module-info.json')
172 def get_product_out(*joinpaths: Any) -> Path: function