/system/ca-certificates/ |
D | Android.mk | 32 define include-prebuilt-with-destination-directory 47 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,target-cace… 56 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,host-cacert…
|
/system/netd/server/ |
D | RouteController.h | 82 static int addRoute(const char* interface, const char* destination, const char* nexthop, 84 static int removeRoute(const char* interface, const char* destination, const char* nexthop, 105 int modifyIpRoute(uint16_t action, uint32_t table, const char* interface, const char* destination,
|
D | NetworkController.h | 122 int addRoute(unsigned netId, const char* interface, const char* destination, 124 int removeRoute(unsigned netId, const char* interface, const char* destination, 142 int modifyRoute(unsigned netId, const char* interface, const char* destination,
|
D | RouteController.cpp | 330 const char* destination, const char* nexthop) { in modifyIpRoute() argument 332 if (!destination) { in modifyIpRoute() 341 int rawLength = parsePrefix(destination, &family, rawAddress, sizeof(rawAddress), in modifyIpRoute() 344 ALOGE("parsePrefix failed for destination %s (%s)", destination, strerror(-rawLength)); in modifyIpRoute() 419 actionName(action), destination, nexthop, interface, table, strerror(-ret)); in modifyIpRoute() 860 WARN_UNUSED_RESULT int modifyRoute(uint16_t action, const char* interface, const char* destination, in modifyRoute() argument 885 int ret = modifyIpRoute(action, table, interface, destination, nexthop); in modifyRoute() 1067 int RouteController::addRoute(const char* interface, const char* destination, const char* nexthop, in addRoute() argument 1069 return modifyRoute(RTM_NEWROUTE, interface, destination, nexthop, tableType); in addRoute() 1072 int RouteController::removeRoute(const char* interface, const char* destination, in removeRoute() argument [all …]
|
D | NetworkController.cpp | 538 int NetworkController::addRoute(unsigned netId, const char* interface, const char* destination, in addRoute() argument 540 return modifyRoute(netId, interface, destination, nexthop, true, legacy, uid); in addRoute() 543 int NetworkController::removeRoute(unsigned netId, const char* interface, const char* destination, in removeRoute() argument 545 return modifyRoute(netId, interface, destination, nexthop, false, legacy, uid); in removeRoute() 658 int NetworkController::modifyRoute(unsigned netId, const char* interface, const char* destination, in modifyRoute() argument 687 return add ? RouteController::addRoute(interface, destination, nexthop, tableType) : in modifyRoute() 688 RouteController::removeRoute(interface, destination, nexthop, tableType); in modifyRoute()
|
D | CommandListener.cpp | 1370 const char* destination = argv[nextArg++]; in runCommand() local 1375 ret = gCtls->netCtrl.addRoute(netId, interface, destination, nexthop, legacy, uid); in runCommand() 1377 ret = gCtls->netCtrl.removeRoute(netId, interface, destination, nexthop, legacy, uid); in runCommand()
|
/system/bt/vendor_libs/test_vendor_lib/src/ |
D | packet_stream.cc | 102 bool PacketStream::ReceiveAll(vector<uint8_t>& destination, in ReceiveAll() argument 104 destination.resize(num_octets_to_receive); in ReceiveAll() 108 read(fd, &destination[num_octets_to_receive - octets_remaining], in ReceiveAll()
|
/system/extras/ioshark/ |
D | ioshark_bench.h | 120 struct timeval *destination) in update_delta_time() argument 126 timeradd(destination, &res, &finish); in update_delta_time() 127 *destination = finish; in update_delta_time()
|
/system/core/adb/ |
D | bugreport.cpp | 95 std::string destination; in Done() local 97 destination = dest_file_; in Done() 99 destination = android::base::StringPrintf("%s%c%s", dest_dir_.c_str(), in Done() 105 br_->DoSyncPull(srcs, destination.c_str(), false, line_message_.c_str()) ? 0 : 1; in Done() 111 destination.c_str(), src_file_.c_str()); in Done()
|
D | socket.h | 109 asocket *create_local_service_socket(const char* destination, 113 void connect_to_remote(asocket *s, const char *destination);
|
D | sockets.cpp | 515 void connect_to_remote(asocket* s, const char* destination) { in connect_to_remote() argument 518 size_t len = strlen(destination) + 1; in connect_to_remote() 524 D("LS(%d): connect('%s')", s->id, destination); in connect_to_remote() 528 strcpy((char*)p->data, destination); in connect_to_remote()
|
D | protocol.txt | 103 --- OPEN(local-id, 0, "destination") ----------------------------------- 109 destination in the message payload. The local-id may not be zero. 116 Common destination naming conventions include:
|
/system/ca-certificates/google/ |
D | Android.mk | 21 $(foreach cacert, $(cacerts_google), $(eval $(call include-prebuilt-with-destination-directory,targ… 30 $(foreach cacert, $(cacerts_google), $(eval $(call include-prebuilt-with-destination-directory,host…
|
/system/tpm/trunks/ |
D | background_command_transceiver.cc | 30 void AssignAndSignal(std::string* destination, in AssignAndSignal() argument 33 *destination = source; in AssignAndSignal()
|
/system/bt/vendor_libs/test_vendor_lib/include/ |
D | packet_stream.h | 57 bool ReceiveAll(std::vector<uint8_t>& destination,
|
/system/update_engine/ |
D | update_metadata.proto | 74 // - ZERO: Write zeros to the destination dst_extents. 75 // - DISCARD: Discard the destination dst_extents blocks on the physical medium. 151 REPLACE = 0; // Replace destination extents w/ attached data 152 REPLACE_BZ = 1; // Replace destination extents w/ attached bzipped data 153 MOVE = 2; // Move source extents to destination extents 162 ZERO = 6; // Write zeros in the destination. 163 DISCARD = 7; // Discard the destination blocks, reading as undefined. 164 REPLACE_XZ = 8; // Replace destination extents w/ attached xz data.
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 202 /// The originating or destination client ID on the host side, used to direct
|
/system/bt/doc/ |
D | style_guide.md | 52 deserializing data, it is unsafe to memcpy unless both source and destination
|
/system/media/audio_utils/ |
D | Doxyfile | 1423 # output directory using the MATHJAX_RELPATH option. The destination directory
|
D | Doxyfile.orig | 1423 # output directory using the MATHJAX_RELPATH option. The destination directory
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 1468 # output directory using the MATHJAX_RELPATH option. The destination directory
|