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

/system/core/toolbox/
H A Dsetenforce.c6 #include <strings.h>
/system/core/libcutils/
H A Duevent.c22 #include <strings.h>
H A Dsched_policy.c350 static const char * const strings[SP_CNT] = { local
357 if ((policy < SP_CNT) && (strings[policy] != NULL))
358 return strings[policy];
/system/core/adb/
H A Dusb_linux_client.c134 } __attribute__((packed)) strings = { variable in typeref:struct:__anon286
137 .length = cpu_to_le32(sizeof(strings)),
280 ret = adb_write(h->control, &strings, sizeof(strings));
282 D("[ %s: writing strings failed: errno=%d]\n", USB_FFS_ADB_EP0, errno);
H A Dusb_libusb.c30 #include <strings.h>

Completed in 624 milliseconds