OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stinfo
(Results
1 - 4
of
4
) sorted by null
/bootable/recovery/minadbd/
services.c
30
typedef struct
stinfo
stinfo
;
typedef in typeref:struct:stinfo
32
struct
stinfo
{
struct
41
stinfo
*sti = x;
100
stinfo
*sti;
109
sti = malloc(sizeof(
stinfo
));
110
if(sti == 0) fatal("cannot allocate
stinfo
");
/system/core/adb/
services.c
41
typedef struct
stinfo
stinfo
;
typedef in typeref:struct:stinfo
43
struct
stinfo
{
struct
52
stinfo
*sti = x;
159
stinfo
*sti;
168
sti = malloc(sizeof(
stinfo
));
169
if(sti == 0) fatal("cannot allocate
stinfo
");
342
stinfo
*sti;
367
sti = malloc(sizeof(
stinfo
));
368
if(sti == 0) fatal("cannot allocate
stinfo
");
[
all
...]
/external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
adb
/external/skia/platform_tools/android/bin/linux/
adb
Completed in 539 milliseconds