Lines Matching refs:icd_details
3601 struct ICDManifestInfo *icd_details = NULL;
3636 icd_details = loader_stack_alloc(sizeof(struct ICDManifestInfo) * manifest_files.count);
3637 if (NULL == icd_details) {
3641 memset(icd_details, 0, sizeof(struct ICDManifestInfo) * manifest_files.count);
3646 icd_res = loader_parse_icd_manifest(inst, manifest_files.list[i], &icd_details[i], skipped_portability_drivers);
3686 loader_scanned_icd_add(inst, icd_tramp_list, icd_details[i].full_library_path, icd_details[i].version, &lib_status);
3696 icd_details[i].full_library_path);
3700 icd_details[i].full_library_path);
3709 icd_details[i].full_library_path);
3716 if (NULL != icd_details) {
3717 // Successfully got the icd_details structure, which means we need to free the paths contained within
3719 loader_instance_heap_free(inst, icd_details[i].full_library_path);