Home
last modified time | relevance | path

Searched refs:dataPaths (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-hw-diags/test/
H A Dtest-util-data-file.cpp20 vector<fs::path> dataPaths; in TEST() local
40 util::findFiles(dataDir, regexPattern, dataPaths); in TEST()
44 it = find(dataPaths.begin(), dataPaths.end(), path1); in TEST()
45 EXPECT_TRUE(it != dataPaths.end()); in TEST()
46 it = find(dataPaths.begin(), dataPaths.end(), path2); in TEST()
47 EXPECT_TRUE(it != dataPaths.end()); in TEST()
/openbmc/openpower-hw-diags/analyzer/ras-data/
H A Dras-data-parser.cpp246 std::vector<fs::path> dataPaths; in initDataFiles() local
247 util::findFiles(dataDir, R"(.*\.json)", dataPaths); in initDataFiles()
250 for (const auto& path : dataPaths) in initDataFiles()