OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stinfo
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/minadbd/
services.c
29
typedef struct
stinfo
stinfo
;
typedef in typeref:struct:stinfo
31
struct
stinfo
{
struct
40
stinfo
*sti = x;
120
stinfo
*sti;
129
sti = malloc(sizeof(
stinfo
));
130
if(sti == 0) fatal("cannot allocate
stinfo
");
/system/core/adb/
services.c
39
typedef struct
stinfo
stinfo
;
typedef in typeref:struct:stinfo
41
struct
stinfo
{
struct
50
stinfo
*sti = x;
232
stinfo
*sti;
241
sti = malloc(sizeof(
stinfo
));
242
if(sti == 0) fatal("cannot allocate
stinfo
");
374
stinfo
*sti;
385
sti = malloc(sizeof(
stinfo
));
386
if(sti == 0) fatal("cannot allocate
stinfo
");
[
all
...]
Completed in 156 milliseconds