Home
last modified time | relevance | path

Searched refs:newpath (Results 1 – 4 of 4) sorted by relevance

/trunk/main/solenv/bin/modules/installer/windows/
H A Dsign.pm58 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 …]
/trunk/test/testgui/source/bvt/gui/
H A DFileExport.java117 String newpath = outpath + userpath; in recursionfiles() local
119 File file = new File(newpath); in recursionfiles()
137 String newpath = outpath + userpath; in getrealoutpath() local
138 File tempFolderFile = new File(newpath); in getrealoutpath()
142 return newpath; in getrealoutpath()
332 String newpath = getrealoutpath(path); in dotest() local
335 if (!savetosameformat(exportname, newpath)) { in dotest()
343 if (!savetodiffformat(exportname, newpath)) { in dotest()
352 if (!savetopdfformat(exportname, newpath)) { in dotest()
/trunk/main/soltools/mkdepend/
H A Dinclude.c151 newpath[ BUFSIZ ]; local
157 to = newpath;
179 && !issymbolic(newpath, *cp))
212 strcpy(path, newpath);
/trunk/main/sal/qa/
H A Dbuildall.pl403 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