Searched defs:shouldDelete (Results 1 - 3 of 3) sorted by relevance

/system/netd/server/
H A DNetlinkCommands.cpp149 const char *what, const NetlinkDumpFilter& shouldDelete) {
161 NetlinkDumpCallback callback = [writeSock, deleteAction, shouldDelete, what] (nlmsghdr *nlh) {
162 if (!shouldDelete(nlh)) return;
148 rtNetlinkFlush(uint16_t getAction, uint16_t deleteAction, const char *what, const NetlinkDumpFilter& shouldDelete) argument
H A DRouteController.cpp913 NetlinkDumpFilter shouldDelete = [] (nlmsghdr *nlh) { local
917 return rtNetlinkFlush(RTM_GETRULE, RTM_DELRULE, "rules", shouldDelete);
921 NetlinkDumpFilter shouldDelete = [table] (nlmsghdr *nlh) { local
925 return rtNetlinkFlush(RTM_GETROUTE, RTM_DELROUTE, "routes", shouldDelete);
/system/security/keystore/
H A DKeyStore.cpp215 bool shouldDelete = true; local
224 shouldDelete = true;
233 shouldDelete = blob.isEncrypted();
239 shouldDelete = true;
243 if (shouldDelete) {

Completed in 72 milliseconds