Searched refs:olddir (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/solenv/bin/modules/installer/ |
| H A D | systemactions.pm | 1034 my ($newstring, $olddir) = @_; 1036 my $basedir = $olddir; 1056 my $newdir = $olddir . "_" . $newstring . "_" . $newnumber; 1060 if ( move($olddir, $newdir) ) 1063 $installer::logger::Lang->printf("Moved directory from %s to %s\n", $olddir, $newdir); 1070 $olddir, 1072 $returndir = $olddir; 1174 my ($olddir, $oldstring, $newstring) = @_; 1176 my $newdir = $olddir; 1181 if (( -d $newdir ) && ( $olddir ne $newdir )) { remove_complete_directory($newdir, 1); } [all …]
|
| H A D | worker.pm | 2065 my $olddir = $jdsdir; 2066 $olddir =~ s/_inprogress/_witherror/; 2067 if ( -d $olddir ) { installer::systemactions::remove_complete_directory($olddir); } 2069 $olddir = $jdsdir; 2070 $olddir =~ s/_inprogress//; 2071 if ( -d $olddir ) { installer::systemactions::remove_complete_directory($olddir); } 2643 my ($olddir, $newdir, $copyfiles) = @_; 2647 my $sourcefile = $olddir . $installer::globals::separator . ${$copyfiles}[$i]; 2834 my $olddir = $packagename; 2835 my $allsubdirs = installer::systemactions::get_all_directories_without_path($olddir); [all …]
|
| H A D | download.pm | 1854 my $olddir = $downloaddir; 1855 $olddir =~ s/_inprogress/_witherror/; 1856 if ( -d $olddir ) { installer::systemactions::remove_complete_directory($olddir); } 1858 $olddir = $downloaddir; 1859 $olddir =~ s/_inprogress//; 1860 if ( -d $olddir ) { installer::systemactions::remove_complete_directory($olddir); }
|
| /AOO41X/main/testgraphical/prechecks/ |
| H A D | softwaretests.pl | 131 my $olddir = getcwd(); 179 chdir ($olddir);
|
| /AOO41X/main/setup_native/scripts/ |
| H A D | javaloader.sh | 267 olddir=`pwd` 356 cd "$olddir"
|