Searched refs:nsPath (Results 1 – 3 of 3) sorted by relevance
25 int GetNamespaceFd(const char *nsPath) in GetNamespaceFd() argument27 BEGET_CHECK(nsPath != NULL, return -1); in GetNamespaceFd()28 int ns = open(nsPath, O_RDONLY | O_CLOEXEC); in GetNamespaceFd()
24 int GetNamespaceFd(const char *nsPath);
47 const std::string &nsPath) in LoadWithRelroFile() argument79 dlns_create(&dlns, nsPath.c_str()); in LoadWithRelroFile()