Searched refs:getJSONFilename (Results 1 – 3 of 3) sorted by relevance
264 EXPECT_EQ(util::getJSONFilename(compatibles), in TEST_F()271 EXPECT_THROW(util::getJSONFilename(compatibles), std::invalid_argument); in TEST_F()287 EXPECT_EQ(util::getJSONFilename(compatibles), in TEST_F()294 EXPECT_EQ(util::getJSONFilename(compatibles), fallbackFile); in TEST_F()
143 std::filesystem::path getJSONFilename(
24 fs::path getJSONFilename(const std::vector<std::string>& compatibleList) in getJSONFilename() function80 auto filename = getJSONFilename(compatibleList); in loadJSON()