Home | History | Annotate | Download | only in src

Lines Matching full:storageout

238     if (storageOut.isOpened())
241 storageOut << "}";
242 storageOut.release();
248 if (!storageOut.isOpened() && !storageOutPath.empty())
252 storageOut.open(storageOutPath, mode);
253 if (!storageOut.isOpened())
260 //TODO: write content of rootIn node into the storageOut
263 return storageOut;