Lines Matching refs:fd_
192 fd_ = fd;
211 if (fd_ == -1) {
225 fd_,
284 if (ftruncate(fd_, offset_ + newSize) == -1) {
449 fd_ = -1;
466 if (fd_ != -1 && close(fd_) == -1) {
485 if (fd_ != -1 && close(fd_) == -1) {
494 offset_(other.offset_), mode_(other.mode_), fd_(other.fd_), mapProt_(other.mapProt_), mapFlag_(other.mapFlag_),
514 fd_ = other.fd_;
559 if (fd_ != -1 && close(fd_) == -1) {
566 fd_ = -1;