Lines Matching full:c_str
29 if (int ret = RouteController::addInterfaceToDefaultNetwork(interface.c_str(), permission)) {
30 ALOGE("failed to add interface %s to default netId %u", interface.c_str(), netId);
42 if (int ret = RouteController::removeInterfaceFromDefaultNetwork(interface.c_str(),
44 ALOGE("failed to remove interface %s from default netId %u", interface.c_str(), netId);
97 if (int ret = RouteController::modifyPhysicalNetworkPermission(mNetId, interface.c_str(),
100 interface.c_str(), mNetId, mPermission, permission);
156 if (int ret = RouteController::addInterfaceToPhysicalNetwork(mNetId, interface.c_str(),
158 ALOGE("failed to add interface %s to netId %u", interface.c_str(), mNetId);
183 if (int ret = RouteController::removeInterfaceFromPhysicalNetwork(mNetId, interface.c_str(),
185 ALOGE("failed to remove interface %s from netId %u", interface.c_str(), mNetId);