Searched defs:dirfd (Results 1 – 2 of 2) sorted by relevance
38 unique_fd dirfd(open(path, O_DIRECTORY | O_RDONLY)); in GetProcessInfo() local
619 int dirfd = open(path.c_str(), O_RDONLY | O_DIRECTORY | O_CLOEXEC); in GetTreeBytes() local775 bool Readlinkat(int dirfd, const std::string& path, std::string* result) { in Readlinkat()