Searched refs:serializedPath (Results 1 – 1 of 1) sorted by relevance
103 auto serializedPath = serialize(*entry, persistPath); in TEST_F() local104 EXPECT_TRUE(fs::exists(serializedPath)); in TEST_F()126 fs::path serializedPath; in TEST_F() local133 serializedPath = serialize(*entry1, persistPath); in TEST_F()134 EXPECT_TRUE(fs::exists(serializedPath)); in TEST_F()141 bool result = deserialize(serializedPath, *entry2); in TEST_F()197 auto serializedPath = serialize(*entry, persistPath); in TEST_F() local198 EXPECT_TRUE(fs::exists(serializedPath)); in TEST_F()199 EXPECT_TRUE(fs::exists(serializedPath.parent_path())); in TEST_F()