Searched refs:icd_library (Results 1 – 2 of 2) sorted by relevance
157 TestICDHandle::TestICDHandle(fs::path const& icd_path) noexcept : icd_library(icd_path) { in TestICDHandle()158 proc_addr_get_test_icd = icd_library.get_symbol(GET_TEST_ICD_FUNC_STR); in TestICDHandle()159 proc_addr_reset_icd = icd_library.get_symbol(RESET_ICD_FUNC_STR); in TestICDHandle()169 fs::path TestICDHandle::get_icd_full_path() noexcept { return icd_library.lib_path; } in get_icd_full_path()
286 LibraryWrapper icd_library; member