Lines Matching defs:fileHandle
121 std::ofstream fileHandle;
122 fileHandle.open(path, std::ios_base::app);
127 fileHandle << start;
128 fileHandle.close();
138 std::ofstream fileHandle;
139 fileHandle.open(path, std::ios_base::app);
142 fileHandle << start;
149 fileHandle << content;
159 fileHandle << parentInfoStr;
164 fileHandle << end;
165 fileHandle.close();
175 std::ofstream fileHandle;
176 fileHandle.open(path, std::ios_base::app);
179 fileHandle << start;
186 fileHandle << content;
192 fileHandle << parent;
197 fileHandle << end;
198 fileHandle.close();