HomeSort by relevance Sort by last modified time
    Searched defs:stinfo (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/minadbd/
minadbd_services.cpp 29 typedef struct stinfo stinfo; typedef in typeref:struct:stinfo
31 struct stinfo { struct
38 stinfo* sti = reinterpret_cast<stinfo*>(x);
69 stinfo* sti = static_cast<stinfo*>(malloc(sizeof(stinfo)));
70 if(sti == 0) fatal("cannot allocate stinfo");
  /system/core/adb/
services.cpp 58 struct stinfo { struct
65 stinfo* sti = reinterpret_cast<stinfo*>(x);
254 stinfo* sti = reinterpret_cast<stinfo*>(malloc(sizeof(stinfo)));
256 fatal("cannot allocate stinfo");

Completed in 1169 milliseconds