Home
last modified time | relevance | path

Searched defs:root_fd (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/bionic/tests/
H A Ddirent_test.cpp150 int root_fd = open("/", O_DIRECTORY | O_RDONLY); in TEST() local
164 int root_fd = open("/", O_DIRECTORY | O_RDONLY); in TEST() local
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dnamespace.cc222 std::unique_ptr<file_util::fileops::FDCloser> root_fd; in InitializeNamespaces() local
/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_syms.cc40 ProcSyms::ModulePath::ModulePath(const std::string &ns_path, int root_fd, in ModulePath()