Home
last modified time | relevance | path

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

/system/netd/
DBandwidthController.cpp411 std::string costString; in prepCostlyIface() local
417 costString = "costly_"; in prepCostlyIface()
418 costString += ifn; in prepCostlyIface()
419 costCString = costString.c_str(); in prepCostlyIface()
464 std::string costString; in cleanupCostlyIface() local
469 costString = "costly_"; in cleanupCostlyIface()
470 costString += ifn; in cleanupCostlyIface()
471 costCString = costString.c_str(); in cleanupCostlyIface()