HomeSort by relevance Sort by last modified time
    Searched refs:is_descriptor_opened_ (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
fileread.cc 179 if (this->is_descriptor_opened_)
183 this->is_descriptor_opened_ = false;
196 && !this->is_descriptor_opened_
205 this->is_descriptor_opened_ = true;
227 && !this->is_descriptor_opened_
243 if (!this->is_descriptor_opened_)
250 this->is_descriptor_opened_ = true;
280 if (this->is_descriptor_opened_)
283 this->is_descriptor_opened_ = false;
fileread.h 73 : name_(), descriptor_(-1), is_descriptor_opened_(false), object_count_(0),
420 bool is_descriptor_opened_; member in class:gold::File_read

Completed in 41 milliseconds