Home
last modified time | relevance | path

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

/external/iproute2/lib/
Dnamespace.c47 char net_path[PATH_MAX]; in netns_switch() local
50 snprintf(net_path, sizeof(net_path), "%s/%s", NETNS_RUN_DIR, name); in netns_switch()
51 netns = open(net_path, O_RDONLY | O_CLOEXEC); in netns_switch()
/external/cronet/tot/net/third_party/quiche/overrides/quiche_platform_impl/
Dquiche_test_impl.cc16 base::FilePath net_path = net::GetTestNetDirectory(); in QuicheGetCommonSourcePathImpl() local
17 return net_path.AppendASCII("third_party/quiche/src/quiche/common") in QuicheGetCommonSourcePathImpl()
/external/cronet/stable/net/third_party/quiche/overrides/quiche_platform_impl/
Dquiche_test_impl.cc16 base::FilePath net_path = net::GetTestNetDirectory(); in QuicheGetCommonSourcePathImpl() local
17 return net_path.AppendASCII("third_party/quiche/src/quiche/common") in QuicheGetCommonSourcePathImpl()
/external/iproute2/ip/
Dipnetns.c417 char net_path[PATH_MAX]; in netns_pids() local
433 snprintf(net_path, sizeof(net_path), "%s/%s", NETNS_RUN_DIR, name); in netns_pids()
434 netns = open(net_path, O_RDONLY); in netns_pids()
473 char net_path[PATH_MAX]; in netns_identify_pid() local
481 snprintf(net_path, sizeof(net_path), "/proc/%s/ns/net", pidstr); in netns_identify_pid()
482 netns = open(net_path, O_RDONLY); in netns_identify_pid()