Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp393 std::string costString; in prepCostlyIface() local
399 costString = "bw_costly_"; in prepCostlyIface()
400 costString += ifn; in prepCostlyIface()
401 costCString = costString.c_str(); in prepCostlyIface()
449 std::string costString; in cleanupCostlyIface() local
454 costString = "bw_costly_"; in cleanupCostlyIface()
455 costString += ifn; in cleanupCostlyIface()
456 costCString = costString.c_str(); in cleanupCostlyIface()