Home
last modified time | relevance | path

Searched refs:fileb (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/
Dreport-include-statistics103 my ($filea, $fileb) = @_;
106 my $countb = $inclusionCounts{$fileb} || 0;
110 my $tb = keys %{ $totalIncludes{$fileb} };
113 return $filea cmp $fileb;
/external/valgrind/main/none/tests/
Dfdleak_cmsg.c33 char fileb[24]; variable
42 fd2 = DO( open(fileb, O_RDWR | O_CREAT | O_TRUNC, 0750) ); in server()
155 sprintf(fileb, "/tmp/data2.%d", pid); in main()
168 DO( unlink(fileb) ); in main()