OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nsFd
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish/wifi/ipv6proxy/
namespace.cpp
36
int
nsFd
= open(path, O_RDONLY | O_CLOEXEC);
37
if (
nsFd
== -1) {
43
if (setns(
nsFd
, CLONE_NEWNET) == -1) {
46
close(
nsFd
);
49
close(
nsFd
);
/device/generic/goldfish/wifi/execns/
execns.cpp
137
FileDescriptor
nsFd
(open(nsPath, O_RDONLY | O_CLOEXEC));
138
if (
nsFd
.get() == -1) {
144
if (setns(
nsFd
.get(), CLONE_NEWNET) == -1) {
Completed in 741 milliseconds