Home
last modified time | relevance | path

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

/system/netd/server/
DNetdNativeService.cpp544 const auto pathParts = getPathComponents(ipversion, which); in getProcSysNet() local
545 const auto& pathStatus = std::get<0>(pathParts); in getProcSysNet()
550 const int err = InterfaceController::getParameter(std::get<1>(pathParts), in getProcSysNet()
551 std::get<2>(pathParts), ifname.c_str(), in getProcSysNet()
561 const auto pathParts = getPathComponents(ipversion, which); in setProcSysNet() local
562 const auto& pathStatus = std::get<0>(pathParts); in setProcSysNet()
567 const int err = InterfaceController::setParameter(std::get<1>(pathParts), in setProcSysNet()
568 std::get<2>(pathParts), ifname.c_str(), in setProcSysNet()