Lines Matching full:linkpath
123 auto linkPath = in setupSymlinks() local
127 std::filesystem::create_symlink(originalFile, linkPath); in setupSymlinks()
128 return interfaces::JsonStorage::FilePath(linkPath); in setupSymlinks()
138 auto linkPath = std::filesystem::path(directory) / "reportLink"; in setupSymlinks() local
142 linkPath); in setupSymlinks()
144 linkPath / originalFile.filename()); in setupSymlinks()
158 linkPath = T::setupSymlinks(dummyReportPath, directory); in TestPersistentJsonStorageWithSymlink()
177 interfaces::JsonStorage::FilePath linkPath; member in TestPersistentJsonStorageWithSymlink
195 ASSERT_THROW(TestPersistentJsonStorage::sut.store(TestFixture::linkPath, in TYPED_TEST()
205 ASSERT_THAT(TestPersistentJsonStorage::sut.load(TestFixture::linkPath), in TYPED_TEST()
212 EXPECT_THAT(TestPersistentJsonStorage::sut.remove(TestFixture::linkPath), in TYPED_TEST()
214 EXPECT_TRUE(std::filesystem::exists(TestFixture::linkPath)); in TYPED_TEST()