Searched refs:newpath (Results 1 – 3 of 3) sorted by relevance
58 my $newpath = $path . $installer::globals::separator . $dirname;59 my $removepath = $newpath;62 if ( -d $newpath ) { installer::systemactions::remove_complete_directory($newpath, 1); }65 $infoline = "Copy installation set from $installsetpath to $newpath\n";68 $installsetpath = installer::systemactions::copy_complete_directory($installsetpath, $newpath);72 return $newpath;96 my $newpath = $path . $installer::globals::separator . $dirname;97 my $removepath = $newpath;100 if ( -d $newpath ) { installer::systemactions::remove_complete_directory($newpath, 1); }103 $installsetpath = installer::systemactions::rename_directory($installsetpath, $newpath);[all …]
151 newpath[ BUFSIZ ]; local157 to = newpath;179 && !issymbolic(newpath, *cp))212 strcpy(path, newpath);
403 my $newpath = $cwd . $FS . $path;406 my $error = chdir($newpath);414 print "ERROR: can't open makefile.mk in path: $newpath\n";
Completed in 21 milliseconds