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

/system/core/debuggerd/tombstoned/
H A Dtombstoned.cpp78 dir_fd_(open(dir_path.c_str(), O_DIRECTORY | O_RDONLY | O_CLOEXEC)),
83 if (dir_fd_ == -1) {
118 if (unlinkat(dir_fd_, file_name.c_str(), 0) != 0 && errno != ENOENT) {
122 result.reset(openat(dir_fd_, file_name.c_str(),
183 const int dir_fd_; member in class:CrashQueue

Completed in 58 milliseconds