Searched refs:nonexistentDb (Results 1 – 1 of 1) sorted by relevance
12 static const std::filesystem::path nonexistentDb = {"remove-this-file"}; variable16 ASSERT_FALSE(std::filesystem::exists(nonexistentDb)); in TEST()17 EXPECT_EQ(::pldm_instance_db_init(nullptr, nonexistentDb.c_str()), -EINVAL); in TEST()24 ASSERT_FALSE(std::filesystem::exists(nonexistentDb)); in TEST()25 EXPECT_EQ(::pldm_instance_db_init(&db, nonexistentDb.c_str()), -EINVAL); in TEST()