Searched refs:dir_fd_ (Results 1 – 1 of 1) sorted by relevance
81 dir_fd_(open(dir_path.c_str(), O_DIRECTORY | O_RDONLY | O_CLOEXEC)), in CrashQueue()86 if (dir_fd_ == -1) { in CrashQueue()117 unique_fd result(openat(dir_fd_, ".", O_WRONLY | O_APPEND | O_TMPFILE | O_CLOEXEC, 0640)); in get_output()122 result.reset(openat(dir_fd_, tmp_filename.c_str(), in get_output()191 const int dir_fd_; member in CrashQueue