Home | History | Annotate | Download | only in memory

Lines Matching refs:handle_

15       : handle_(NULL) { }
18 : handle_(handle) { }
25 if (handle_) {
26 fclose(handle_);
27 handle_ = NULL;
31 FILE* get() const { return handle_; }
34 FILE* temp = handle_;
35 handle_ = NULL;
41 handle_ = newhandle;
45 FILE* handle_;