Searched refs:opt (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/tools/ota/ |
D | add-property-tag.c | 72 int opt; in main() local 73 while ((opt = getopt(argc, argv, "f:p:rn")) != -1) { in main() 74 switch (opt) { in main()
|
/bootable/recovery/minadbd/ |
D | sysdeps.h | 220 int opt = bufsize; in adb_socket_setbufsize() local 221 return setsockopt(fd, SOL_SOCKET, SO_RCVBUF, (const char*)&opt, sizeof(opt)); in adb_socket_setbufsize() 429 int opt = bufsize; in adb_socket_setbufsize() local 430 return setsockopt(fd, SOL_SOCKET, SO_RCVBUF, &opt, sizeof(opt)); in adb_socket_setbufsize()
|