Home | History | Annotate | Download | only in massif

Lines Matching refs:tmp_file

60 my $tmp_file = "$tmp_dir/ms_print.tmp.$$";
395 # Print snapshot list header to $tmp_file.
397 open(TMPFILE, "> $tmp_file")
398 || die "Cannot open $tmp_file for writing\n";
428 # Print the snapshot data to $tmp_file.
447 # snapshot list header to $tmp_file.
656 # Print snapshots, from $tmp_file.
658 open(TMPFILE, "< $tmp_file")
659 || die "Cannot open $tmp_file for reading\n";
664 unlink($tmp_file);