Searched refs:storageOutPath (Results 1 – 2 of 2) sorted by relevance
201 storageOutPath = path_base + testSuitName; in init()206 storageOutPath = testSuitName; in init()217 storageOutPath += "_new"; in init()218 storageOutPath += ext; in init()227 storageOutPath = storageInPath; in init()248 if (!storageOut.isOpened() && !storageOutPath.empty()) in write()250 int mode = (storageIn.isOpened() && storageInPath == storageOutPath) in write()252 storageOut.open(storageOutPath, mode); in write()255 LOGE("Could not open \"%s\" file for writing", storageOutPath.c_str()); in write()256 storageOutPath.clear(); in write()
187 std::string storageOutPath; member in perf::Regression