Searched defs:opt (Results 1 - 2 of 2) sorted by relevance

/bootable/recovery/tools/ota/
H A Dadd-property-tag.c72 int opt; local
73 while ((opt = getopt(argc, argv, "f:p:rn")) != -1) {
74 switch (opt) {
/bootable/recovery/minadbd/
H A Dsysdeps.h220 int opt = bufsize; local
221 return setsockopt(fd, SOL_SOCKET, SO_RCVBUF, (const char*)&opt, sizeof(opt));
429 int opt = bufsize; local
430 return setsockopt(fd, SOL_SOCKET, SO_RCVBUF, &opt, sizeof(opt));

Completed in 42 milliseconds