Searched defs:dirfd (Results 1 – 4 of 4) sorted by relevance
38 unique_fd dirfd(open(path, O_DIRECTORY | O_RDONLY)); in GetProcessInfo() local
167 android::base::unique_fd dirfd(open(tmp_dir.path, O_DIRECTORY | O_RDONLY)); in TEST() local
411 static bool rename_tombstone_fd(borrowed_fd fd, borrowed_fd dirfd, const std::string& path) { in rename_tombstone_fd()
978 int dirfd = open(path.c_str(), O_RDONLY | O_DIRECTORY | O_CLOEXEC); in GetTreeBytes() local1159 bool Readlinkat(int dirfd, const std::string& path, std::string* result) { in Readlinkat()