Searched refs:storageInPath (Results 1 – 2 of 2) sorted by relevance
182 if (!storageInPath.empty()) in init()200 storageInPath = path_base + testSuitName + ext; in init()205 storageInPath = testSuitName + ext; in init()213 if (storageIn.open(storageInPath, cv::FileStorage::READ)) in init()216 … if (storageInPath.length() > 3 && storageInPath.substr(storageInPath.length()-3) == ".gz") in init()223 LOGE("Failed to open sanity data for reading: %s", storageInPath.c_str()); in init()227 storageOutPath = storageInPath; in init()250 int mode = (storageIn.isOpened() && storageInPath == storageOutPath) in write()
186 std::string storageInPath; member in perf::Regression