Lines Matching refs:outfile
313 my $outfile = object_to_dir_name($filename);
314 $outfile = "$working_dir/$outfile/info.file";
318 if (-f $outfile) {
320 if (open($file_cmd_fh, "<$outfile")) {
357 my $outfile = object_to_dir_name($filename);
358 $outfile = "$working_dir/$outfile/info.dump";
362 if (-f $outfile) {
364 if (open($dump_cmd_fh, "<$outfile")) {
411 my $outfile = object_to_dir_name($filename);
412 $outfile = "$working_dir/$outfile/profile.dynamic.ldd";
414 if (-f $outfile) {
416 if (open($all_neededs_fh, "<$outfile")) {
495 my $outfile = object_to_dir_name($filename);
496 $outfile = "$working_dir/$outfile/profile.dynamic";
499 if (! open($prof_fh, "<$outfile")) {
500 exiter(nofile($outfile, $!));
1220 my $outfile = object_to_dir_name($filename);
1221 $outfile = "$working_dir/$outfile/info.arch";
1223 if (-f $outfile) {
1225 if (open($arch_info_fh, "<$outfile")) {