Lines Matching refs:targetdir
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); }
1414 my $msidatabase = $targetdir . $separator . $databasefilename;