Home
last modified time | relevance | path

Searched refs:TC_PATH (Results 1 – 3 of 3) sorted by relevance

/system/netd/
DNetdConstants.cpp22 const char * const TC_PATH = "/system/bin/tc"; variable
DNetdConstants.h24 extern const char * const TC_PATH;
DThrottleController.cpp54 asprintf(&buffer, "%s %s", TC_PATH, cmd); in runTcCmd()