Lines Matching refs:storageOutPath
201 storageOutPath = path_base + testSuitName;
206 storageOutPath = testSuitName;
217 storageOutPath += "_new";
218 storageOutPath += ext;
227 storageOutPath = storageInPath;
248 if (!storageOut.isOpened() && !storageOutPath.empty())
250 int mode = (storageIn.isOpened() && storageInPath == storageOutPath)
252 storageOut.open(storageOutPath, mode);
255 LOGE("Could not open \"%s\" file for writing", storageOutPath.c_str());
256 storageOutPath.clear();