OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:identifier_str
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/common/solaris/
dump_symbols.cc
498
char
identifier_str
[40];
local
500
identifier_str
, sizeof(
identifier_str
));
506
identifier_str
, filename.c_str());
/external/google-breakpad/src/common/linux/
dump_symbols.cc
797
char
identifier_str
[40];
local
800
identifier_str
,
801
sizeof(
identifier_str
));
803
for (int i = 0;
identifier_str
[i] != '\0'; ++i)
804
if (
identifier_str
[i] != '-')
805
id_no_dash +=
identifier_str
[i];
[
all
...]
Completed in 84 milliseconds