Home
last modified time | relevance | path

Searched refs:dir_fd_ (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/core/debuggerd/tombstoned/
H A Dtombstoned.cpp103 dir_fd_(open(dir_path.c_str(), O_DIRECTORY | O_RDONLY | O_CLOEXEC)), in CrashQueue()
109 if (dir_fd_ == -1) { in CrashQueue()
146 result.fd.reset(openat(dir_fd_, ".", O_WRONLY | O_APPEND | O_TMPFILE | O_CLOEXEC, 0660)); in create_temporary_file()
151 result.fd.reset(openat(dir_fd_, tmp_filename.c_str(), in create_temporary_file()
193 borrowed_fd dir_fd() { return dir_fd_; } in dir_fd()
260 const int dir_fd_; member in CrashQueue