OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TC_PATH
(Results
1 - 3
of
3
) sorted by null
/system/netd/
NetdConstants.cpp
22
const char * const
TC_PATH
= "/system/bin/tc";
NetdConstants.h
24
extern const char * const
TC_PATH
;
ThrottleController.cpp
54
asprintf(&buffer, "%s %s",
TC_PATH
, cmd);
Completed in 21 milliseconds