Searched defs:dirfd (Results 1 – 6 of 6) sorted by relevance
62 unique_fd dirfd(open(path, O_DIRECTORY | O_RDONLY | O_CLOEXEC)); in GetProcessInfo() local
173 android::base::unique_fd dirfd(open(tmp_dir.path, O_DIRECTORY | O_RDONLY)); in TEST() local
410 static bool rename_tombstone_fd(borrowed_fd fd, borrowed_fd dirfd, const std::string& path) { in rename_tombstone_fd()
1081 int dirfd = open(path.c_str(), O_RDONLY | O_DIRECTORY | O_CLOEXEC); in GetTreeBytes() local1256 bool Readlinkat(int dirfd, const std::string& path, std::string* result) { in Readlinkat()
1709 int dirfd; member
1141 int dirfd; member