Lines Matching refs:icds
444 size_t cur_icd_index = icds.size();
483 icds.push_back(TestICDHandle(new_driver_location));
484 icds.back().reset_icd();
499 icds.back().manifest_path = folder->write_manifest(full_json_name, icd_details.icd_manifest.get_manifest_str());
500 icds.back().shimmed_manifest_path = icds.back().manifest_path;
504 platform_shim->add_manifest(ManifestCategory::icd, icds.back().manifest_path);
506 icds.back().shimmed_manifest_path =
527 platform_shim->add_manifest(ManifestCategory::icd, icds.back().manifest_path);
530 platform_shim->add_unsecured_manifest(ManifestCategory::icd, icds.back().manifest_path);
541 return icds.back().get_test_icd();
751 TestICD& FrameworkEnvironment::get_test_icd(size_t index) noexcept { return icds[index].get_test_icd(); }
752 TestICD& FrameworkEnvironment::reset_icd(size_t index) noexcept { return icds[index].reset_icd(); }
753 fs::path FrameworkEnvironment::get_test_icd_path(size_t index) noexcept { return icds[index].get_icd_full_path(); }
754 fs::path FrameworkEnvironment::get_icd_manifest_path(size_t index) noexcept { return icds[index].get_icd_manifest_path(); }
756 return icds[index].get_shimmed_manifest_path();