Searched refs:stinfo (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dservices.c39 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 192 milliseconds