Searched refs:legacy (Results 1 – 5 of 5) sorted by relevance
/system/netd/server/ |
D | NetworkController.h | 86 const char* nexthop, bool legacy, uid_t uid) WARN_UNUSED_RESULT; 88 const char* nexthop, bool legacy, uid_t uid) WARN_UNUSED_RESULT; 104 const char* nexthop, bool add, bool legacy, uid_t uid) WARN_UNUSED_RESULT;
|
D | NetworkController.cpp | 501 const char* nexthop, bool legacy, uid_t uid) { in addRoute() argument 502 return modifyRoute(netId, interface, destination, nexthop, true, legacy, uid); in addRoute() 506 const char* nexthop, bool legacy, uid_t uid) { in removeRoute() argument 507 return modifyRoute(netId, interface, destination, nexthop, false, legacy, uid); in removeRoute() 610 const char* nexthop, bool add, bool legacy, uid_t uid) { in modifyRoute() argument 628 } else if (legacy) { in modifyRoute()
|
D | CommandListener.cpp | 1554 bool legacy = false; in runCommand() local 1558 legacy = true; in runCommand() 1581 ret = gCtls->netCtrl.addRoute(netId, interface, destination, nexthop, legacy, uid); in runCommand() 1583 ret = gCtls->netCtrl.removeRoute(netId, interface, destination, nexthop, legacy, uid); in runCommand()
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 176 For legacy support and migration ease, the Status object includes a mechanism
|
/system/core/rootdir/ |
D | init.rc | 88 # Symlink to keep legacy apps working in multi-user world
|