Searched refs:cursor_fd_ (Results 1 – 2 of 2) sorted by relevance
238 cursor_fd_ = {}; in Write()245 if (cursor_fd_ < 0) { in Write()246 cursor_fd_.reset(open(file->file_path().c_str(), O_CLOEXEC | O_WRONLY)); in Write()247 if (cursor_fd_ < 0) { in Write()260 if (!android::base::WriteFully(cursor_fd_, data_ptr, bytes_to_write)) { in Write()271 cursor_fd_ = {}; in Write()
97 android::base::unique_fd cursor_fd_; variable