OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:net_path
(Results
1 - 3
of
3
) sorted by null
/external/iproute2/lib/
namespace.c
47
char
net_path
[PATH_MAX];
local
50
snprintf(
net_path
, sizeof(
net_path
), "%s/%s", NETNS_RUN_DIR, name);
51
netns = open(
net_path
, O_RDONLY | O_CLOEXEC);
/external/iproute2/ip/
ipnetns.c
439
char
net_path
[PATH_MAX];
local
455
snprintf(
net_path
, sizeof(
net_path
), "%s/%s", NETNS_RUN_DIR, name);
456
netns = open(
net_path
, O_RDONLY);
495
char
net_path
[PATH_MAX];
local
515
snprintf(
net_path
, sizeof(
net_path
), "/proc/%s/ns/net", pidstr);
516
netns = open(
net_path
, O_RDONLY);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar
Completed in 88 milliseconds