Home
last modified time | relevance | path

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

/aoo4110/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 …]
/aoo4110/main/soltools/mkdepend/
H A Dinclude.c151 newpath[ BUFSIZ ]; local
157 to = newpath;
179 && !issymbolic(newpath, *cp))
212 strcpy(path, newpath);
/aoo4110/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 22 milliseconds