Lines Matching refs:leaksOutput
1289 my $leaksOutput = `$leaksTool $excludeString $dumpToolPID`;1290 my ($count, $bytes) = $leaksOutput =~ /Process $dumpToolPID: (\d+) leaks? for (\d+) total/;1291 my ($excluded) = $leaksOutput =~ /(\d+) leaks? excluded/;1311 writeToFile($leaksFilePath, $leaksOutput);