Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp470 std::string costString; in prepCostlyIface() local
476 costString = "bw_costly_"; in prepCostlyIface()
477 costString += ifn; in prepCostlyIface()
478 costCString = costString.c_str(); in prepCostlyIface()
529 std::string costString; in cleanupCostlyIface() local
534 costString = "bw_costly_"; in cleanupCostlyIface()
535 costString += ifn; in cleanupCostlyIface()
536 costCString = costString.c_str(); in cleanupCostlyIface()