Home | History | Annotate | Download | only in massif

Lines Matching refs:tmp_file

55 my $tmp_file = "ms_print.tmp.$$";
390 # Print snapshot list header to $tmp_file.
392 open(TMPFILE, "> $tmp_file")
393 || die "Cannot open $tmp_file for reading\n";
423 # Print the snapshot data to $tmp_file.
442 # snapshot list header to $tmp_file.
651 # Print snapshots, from $tmp_file.
653 open(TMPFILE, "< $tmp_file")
654 || die "Cannot open $tmp_file for reading\n";
659 unlink($tmp_file);