Searched refs:IP_PATH (Results 1 – 3 of 3) sorted by relevance
27 #define IP_PATH "/system/bin/ip" macro62 std::string command = StringPrintf("%s %s rule list", IP_PATH, ipVersion); in listIpRules()87 std::string command = StringPrintf("%s %s route ls table %s", IP_PATH, ipVersion, table); in listIpRoutes()
28 constexpr const char* IP_PATH = "/system/bin/ip"; variable
69 std::string command = StringPrintf("%s %s rule list", IP_PATH, ipVersion); in listIpRules()