Searched refs:success (Results 1 – 8 of 8) sorted by relevance
/system/netd/ |
D | DnsProxyListener.cpp | 83 bool success = !mClient->sendCode(ResponseCode::DnsProxyQueryResult); in run() local 85 while (ai && success) { in run() 86 success = sendLenAndData(mClient, sizeof(struct addrinfo), ai) in run() 93 success = success && sendLenAndData(mClient, 0, ""); in run() 94 if (!success) { in run()
|
/system/core/fastboot/ |
D | usb_osx.c | 55 int success; member 222 handle->success = 1; in try_interfaces() 388 h.success = 0; in init_usb() 433 if (h.success) { in init_usb()
|
/system/extras/tests/bionic/libstdc++/ |
D | README.TXT | 13 All test programs should exit with a status code of 0 in case of success, and 1
|
/system/core/sh/ |
D | exec.c | 491 goto success; in find_command() 532 goto success; in find_command() 555 goto success; in find_command() 581 goto success; in find_command() 604 success: in find_command()
|
/system/extras/tests/bionic/libc/ |
D | README.TXT | 14 with a status code of 0 in case of success, and 1 in case of failure.
|
/system/core/libnl_2/ |
D | netlink.c | 198 success: in nl_recvmsgs()
|
/system/core/libnetutils/ |
D | ifc_utils.c | 605 int result, success; in ifc_reset_connections() local 632 success = ioctl(ifc_ctl_sock6, SIOCKILLADDR, &ifr6); in ifc_reset_connections() 634 result = success; in ifc_reset_connections()
|
/system/core/adb/ |
D | OVERVIEW.TXT | 101 1. For success, the 4-byte "OKAY" string
|