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;
242 stinfo *sti;
251 sti = malloc(sizeof(stinfo));
252 if(sti == 0) fatal("cannot allocate stinfo");
385 stinfo *sti;
396 sti = malloc(sizeof(stinfo));
397 if(sti == 0) fatal("cannot allocate stinfo");
[all...]

Completed in 27 milliseconds