Searched refs:targetdir (Results 1 – 4 of 4) sorted by relevance
/trunk/main/setup_native/scripts/ |
H A D | admin.pl | 34 $targetdir = ""; 89 if ($param eq "-t") { $targetdir = shift(@ARGV); } 108 if ( $targetdir eq "" ) 141 if ( ! -d $targetdir ) { create_directories($targetdir); } 836 my ($dirhash, $targetdir) = @_; 844 foreach $dir (@startparents) { create_directory_tree($dir, \%fullpathhash, $targetdir, $dirhash); } 849 if ( ! exists($fullpathhash{$dir}) ) { $fullpathhash{$dir} = $targetdir; } 1338 print("Destination directory: $targetdir\n" ); 1408 my $fullpathhash = create_directory_structure($dirhash, $targetdir); 1412 if ( $^O =~ /cygwin/i ) { change_privileges_full($targetdir); } [all …]
|
/trunk/main/scripting/java/org/openoffice/idesupport/zip/ |
H A D | ParcelZipper.java | 64 File targetfile, targetdir; in zipParcel() local 67 targetdir = basedir.getParentFile(); in zipParcel() 69 targetdir = basedir; in zipParcel() 71 targetfile = new File(targetdir, targetdir.getName() + "." + PARCEL_EXTENSION); in zipParcel() 81 File targetfile, targetdir; in zipParcel() local 84 targetdir = basedir.getParentFile(); in zipParcel() 86 targetdir = basedir; in zipParcel() 88 targetfile = new File(targetdir, targetdir.getName() + "." + PARCEL_EXTENSION); in zipParcel()
|
/trunk/main/solenv/bin/modules/installer/windows/ |
H A D | admin.pm | 410 my ($dirhash, $targetdir) = @_; 416 foreach $dir (@startparents) { create_directory_tree($dir, \%fullpathhash, $targetdir, $dirhash); } 421 if ( ! exists($fullpathhash{$dir}) ) { $fullpathhash{$dir} = $targetdir; } 817 my ($databasepath, $targetdir) = @_; 823 $targetdir); 825 my $helperdir = $targetdir . $installer::globals::separator . "installhelper"; 881 my $fullpathhash = create_directory_structure($dirhash, $targetdir); 886 my $msidatabase = $targetdir . $installer::globals::separator . $databasefilename;
|
/trunk/main/sysui/desktop/share/ |
H A D | create_tree.sh | 28 targetdir=${DESTDIR}/${KDEMAINDIR}/share/icons/`dirname $i` 29 mkdir -p $targetdir 30 destfile=$targetdir/${ICON_PREFIX:-}${ICON_PREFIX:+-}`basename $i` 47 targetdir=${DESTDIR}/${GNOMEDIR}/share/icons/gnome/`dirname $i` 48 mkdir -p $targetdir 49 destfile=$targetdir/${ICON_PREFIX:-}${ICON_PREFIX:+-}`basename $i`
|
Completed in 30 milliseconds