Lines Matching refs:uuid
1022 my $uuid = qx("uuidgen");
1023 $uuid =~ s/\s*$//;
1024 return uc($uuid);
1146 my $uuid = "";
1157 $uuid = $installer::globals::calculated_component_guids{$componentname};
1179 $uuid = calculate_guid($sourcestring);
1183 if ( exists($installer::globals::allcalculated_guids{$uuid}) )
1186 "ERROR: \"$uuid\" was already created before!",
1189 $installer::globals::allcalculated_guids{$uuid} = 1;
1190 $installer::globals::calculated_component_guids{$componentname} = $uuid;
1200 ${$componenttable}[$i] =~ s/COMPONENTGUID/$uuid/;