OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:threadnamebuf
(Results
1 - 2
of
2
) sorted by null
/system/core/debuggerd/
backtrace.c
68
char
threadnamebuf
[1024];
local
74
threadname = fgets(
threadnamebuf
, sizeof(
threadnamebuf
), fp);
tombstone.c
198
char
threadnamebuf
[1024];
local
204
threadname = fgets(
threadnamebuf
, sizeof(
threadnamebuf
), fp);
Completed in 365 milliseconds