Searched refs:getJSONFilename (Results 1 – 3 of 3) sorted by relevance
277 EXPECT_EQ(util::getJSONFilename(compatibles), in TEST_F()284 EXPECT_THROW(util::getJSONFilename(compatibles), std::invalid_argument); in TEST_F()300 EXPECT_EQ(util::getJSONFilename(compatibles), in TEST_F()307 EXPECT_EQ(util::getJSONFilename(compatibles), fallbackFile); in TEST_F()
143 std::filesystem::path getJSONFilename(
36 fs::path getJSONFilename(const std::vector<std::string>& compatibleList) in getJSONFilename() function92 auto filename = getJSONFilename(compatibleList); in loadJSON()