Home
last modified time | relevance | path

Searched refs:legacy (Results 1 – 5 of 5) sorted by relevance

/system/netd/server/
DNetworkController.h86 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;
DNetworkController.cpp501 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()
DCommandListener.cpp1554 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/
Daidl-cpp.md176 For legacy support and migration ease, the Status object includes a mechanism
/system/core/rootdir/
Dinit.rc88 # Symlink to keep legacy apps working in multi-user world