Home
last modified time | relevance | path

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

/system/netd/
DBandwidthController.cpp416 std::string costString; in prepCostlyIface() local
422 costString = "costly_"; in prepCostlyIface()
423 costString += ifn; in prepCostlyIface()
424 costCString = costString.c_str(); in prepCostlyIface()
469 std::string costString; in cleanupCostlyIface() local
474 costString = "costly_"; in cleanupCostlyIface()
475 costString += ifn; in cleanupCostlyIface()
476 costCString = costString.c_str(); in cleanupCostlyIface()