Searched refs:newpath (Results 1 – 4 of 4) 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 …]
117 String newpath = outpath + userpath; in recursionfiles() local119 File file = new File(newpath); in recursionfiles()137 String newpath = outpath + userpath; in getrealoutpath() local138 File tempFolderFile = new File(newpath); in getrealoutpath()142 return newpath; in getrealoutpath()332 String newpath = getrealoutpath(path); in dotest() local335 if (!savetosameformat(exportname, newpath)) { in dotest()343 if (!savetodiffformat(exportname, newpath)) { in dotest()352 if (!savetopdfformat(exportname, newpath)) { in dotest()
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 34 milliseconds