Searched refs:file_ (Results 1 – 5 of 5) sorted by relevance
/trunk/main/shell/source/unix/sysshell/ |
H A D | recently_used_file.cxx | 58 file_(NULL) in recently_used_file() 75 file_ = fopen(tmp.getStr(), "r+"); in recently_used_file() 78 if (NULL == file_) { in recently_used_file() 80 file_ = fopen(tmp.getStr(), "w+"); in recently_used_file() 84 if (NULL == file_) in recently_used_file() 89 fclose(file_); in recently_used_file() 100 lockf(fileno(file_), F_ULOCK, 0); in ~recently_used_file() 101 fclose(file_); in ~recently_used_file() 107 rewind(file_); in reset() 122 if ((r < size) && ferror(file_)) in read() [all …]
|
H A D | recently_used_file_handler.cxx | 328 file_(file), in recent_item_writer() 336 item->write_xml(file_); in operator ()() 339 recently_used_file& file_; member in __anon27815fc10111::recent_item_writer
|
H A D | recently_used_file.hxx | 61 FILE* file_; member in recently_used_file
|
/trunk/main/writerfilter/qa/cppunittests/odiapi/ |
H A D | FileLoggerImpl.cxx | 33 file_(fileName.c_str()) in FileLoggerImpl() 35 if (!file_) in FileLoggerImpl() 41 file_ << "digraph {" << endl; in beginTree() 46 file_ << "}" << endl; in endTree() 54 …file_ << nodeId << " [ label=\"(" << value << ")\", shape=box, color=grey, style=filled ];"<< endl; in beginNode() 56 file_ << nodeId << " [ label=\"(" << value << ")\" ];"<< endl; in beginNode() 58 file_ << nodeStack_.top() << " -> " << nodeId << ";" << endl; in beginNode() 61 file_ << nodeId << " -> " << refersToNodeId << " [ color=grey, weight=0 ];" << endl; in beginNode() 65 file_ << nodeId << " [ label=\"(" << value << ")\", shape=diamond ];"<< endl; in beginNode()
|
H A D | FileLoggerImpl.hxx | 47 std::ofstream file_; member in util::FileLoggerImpl
|
Completed in 55 milliseconds