Home
last modified time | relevance | path

Searched refs:GetAllRows (Results 1 – 8 of 8) sorted by relevance

/trunk/main/solenv/bin/
H A Dpatch_tool.pl461 my @source_files = map {$_->GetValue("File")} @{$source_file_table->GetAllRows()};
462 my %target_file_map = map {$_->GetValue("File") => $_} @{$target_file_table->GetAllRows()};
503 my %source_file_map = map {$_->GetValue("File") => $_} @{$source_file_table->GetAllRows()};
504 my %target_files_map = map {$_->GetValue("File") => $_} @{$target_file_table->GetAllRows()};
524 …rce_component_map = map {$_->GetValue('Component') => $_} @{$source_component_table->GetAllRows()};
525 …get_component_map = map {$_->GetValue('Component') => $_} @{$target_component_table->GetAllRows()};
584 …y %source_feature_map = map {$_->GetValue("Feature") => $_} @{$source_feature_table->GetAllRows()};
585 …y %target_feature_map = map {$_->GetValue("Feature") => $_} @{$target_feature_table->GetAllRows()};
667 …rce_component_map = map {$_->GetValue("Component") => $_} @{$source_component_table->GetAllRows()};
668 …get_component_map = map {$_->GetValue("Component") => $_} @{$target_component_table->GetAllRows()};
[all …]
/trunk/main/solenv/bin/modules/installer/patch/
H A DMsi.pm402 foreach my $row (@{$directory_table->GetAllRows()})
481 @{$component_table->GetAllRows()};
488 foreach my $file_row (@{$file_table->GetAllRows()})
H A DFileSequenceList.pm80 foreach my $row (@{$file_table->GetAllRows()})
H A DMsiTable.pm397 sub GetAllRows ($) subroutine
H A DInstallationSet.pm194 foreach my $file_row (@{$file_table->GetAllRows()})
/trunk/main/solenv/bin/modules/installer/windows/
H A Dcomponent.pm387 foreach my $row (@{$component_table->GetAllRows()})
474 foreach my $source_row (@{$source_component_table->GetAllRows()})
H A Dfeature.pm447 foreach my $source_feature_row (@{$source_feature_table->GetAllRows()})
H A Dfile.pm752 foreach my $row (@{$feature_component_table->GetAllRows()})