Searched defs:root_fd (Results 1 – 3 of 3) sorted by relevance
150 int root_fd = open("/", O_DIRECTORY | O_RDONLY); in TEST() local164 int root_fd = open("/", O_DIRECTORY | O_RDONLY); in TEST() local
222 std::unique_ptr<file_util::fileops::FDCloser> root_fd; in InitializeNamespaces() local
40 ProcSyms::ModulePath::ModulePath(const std::string &ns_path, int root_fd, in ModulePath()