OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stinfo
(Results
1 - 1
of
1
) sorted by null
/system/core/adb/
services.c
38
typedef struct
stinfo
stinfo
;
typedef in typeref:struct:stinfo
40
struct
stinfo
{
struct
49
stinfo
*sti = x;
244
stinfo
*sti;
253
sti = malloc(sizeof(
stinfo
));
254
if(sti == 0) fatal("cannot allocate
stinfo
");
Completed in 11 milliseconds