Home
last modified time | relevance | path

Searched refs:nsFd (Results 1 - 3 of 3) sorted by relevance

/base/startup/init/services/sandbox/
H A Dsandbox_namespace.c51 int SetNamespace(int nsFd, int nsType) in SetNamespace() argument
53 if (nsFd < 0) { in SetNamespace()
61 return setns(nsFd, nsType); in SetNamespace()
/base/startup/init/services/sandbox/include/
H A Dsandbox_namespace.h26 int SetNamespace(int nsFd, int nsType);
/base/startup/appspawn/modules/common/
H A Dappspawn_namespace.c169 int nsFd = open(nsPath, O_RDONLY); in GetNsPidFd() local
170 if (nsFd < 0) { in GetNsPidFd()
174 return nsFd; in GetNsPidFd()

Completed in 1 milliseconds