OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fileb
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/
report-include-statistics
103
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/
fdleak_cmsg.c
33
char
fileb
[24];
variable
42
fd2 = DO( open(
fileb
, O_RDWR | O_CREAT | O_TRUNC, 0750) );
155
sprintf(
fileb
, "/tmp/data2.%d", pid);
168
DO( unlink(
fileb
) );
Completed in 1443 milliseconds