Lines Matching refs:success

175 	my $success = 1;
185 $success = 0;
193 return $success;
206 my $success = 1;
216 $success = 0;
224 return $success;
236 my $success = 1;
261 $success = 0;
269 return ($success, \@openoutput);
487 $success = make_systemcall($systemcall, $systemcall);
488 if ( ! $success ) { $fullsuccess = 0; }
580 my $success = make_systemcall($systemcall, $systemcall);
581 …if ( ! $success ) { installer::exiter::exit_program("ERROR: Could not successfully execute: $syste…
587 $success = make_systemcall($systemcall, $systemcall);
588 …if ( ! $success ) { installer::exiter::exit_program("ERROR: Could not successfully execute: $syste…
619 my $success = $?;
621 if ( $success == 0 )
626 elsif ( $success == 1 )
680 my $success = 0;
682 while (( $counter <= $maxcounter ) && ( ! $success ))
696 $success = make_systemcall_with_warning($systemcall, $displaysystemcall);
701 if (( $success ) && ( $onefile =~ /\.cab\s*$/ ) && ( ! $cabinternal ))
706 if ( ! $success )
802 my $success = make_systemcall($systemcall, $systemcall);
803 if ( ! $success ) { $fullsuccess = 0; }
807 $success = make_systemcall($systemcall, $systemcall);
808 if ( ! $success ) { $fullsuccess = 0; }
834 my $success = make_systemcall($systemcall, $systemcall);
835 if ( ! $success ) { $fullsuccess = 0; }
858 my ($success, $fileorder) = execute_open_system_call($systemcall);
907 $success = make_systemcall($systemcall, $systemcall);
908 …if ( ! $success ) { installer::exiter::exit_program("ERROR: Could not unpack cabinet file: $fullca…
1019 my $success = make_systemcall($systemcall, $systemcall);
1020 …if ( ! $success ) { installer::exiter::exit_program("ERROR: Could not pack cabinet file!", "do_pac…
1024 return ($success);
1051 my $success = 1;
1057 if ( $returnvalue ) { $success = 0; }
1061 if ( $success )
1084 my $success = 1;
1104 $success = sign_files($followmeinfohash, \%allfileshash, $pw, 1, 0, 0, $temppath);
1105 if ( ! $success ) { $complete_success = 0; }
1167 my $success = 1;
1214 $success = extract_cabs_from_database($fullmsidatabase, $all_internal_cab_files);
1215 if ( ! $success ) { $complete_success = 0; }
1219 …$success = sign_files($followmeinfohash, $all_internal_cab_files, $pw, 0, $filenamehash, $lastsequ…
1220 if ( ! $success ) { $complete_success = 0; }
1221 $success = msicert_database($fullmsidatabase, $all_internal_cab_files, $cabfilehash, 1);
1222 if ( ! $success ) { $complete_success = 0; }
1225 $success = include_cabs_into_database($fullmsidatabase, $all_internal_cab_files);
1226 if ( ! $success ) { $complete_success = 0; }
1236 …$success = sign_files($followmeinfohash, $allcabfiles, $pw, 0, $filenamehash, $lastsequencehash, $…
1237 if ( ! $success ) { $complete_success = 0; }
1238 $success = msicert_database($msidatabase, $allcabfiles, $cabfilehash, 0);
1239 if ( ! $success ) { $complete_success = 0; }
1244 $success = sign_files($followmeinfohash, $allfiles, $pw, 0, 0, 0, $temppath);
1245 if ( ! $success ) { $complete_success = 0; }