Lines Matching refs:output_path
105 my $output_path = catfile($output_dir, $output_file);
151 print STDERR "DEBUG: Writing $output_path\n" if $options{debug};
153 open my $output_fh, '>', $output_path
154 or die "Trying to write to $output_path: $!\n";
160 print STDERR "DEBUG: Done writing $output_path\n" if $options{debug};
162 print STDERR "DEBUG: Removing $output_path\n" if $options{debug};
164 while (unlink $output_path) {}
167 print "$output_path\n";
180 print STDERR "DEBUG: Copying $output_path to link_path\n"
183 copy $output_path, $link_path;
192 print "$link_path -> $output_path\n";