Lines Matching defs:Destination
2517 SmallString<128> Destination(RootTestDirectory.path());
2518 path::append(Destination, "destination");
2519 ASSERT_FALSE(fs::exists(Destination));
2520 fs::copy_file(Sources[0], Destination);
2521 verifyFileContents(Destination, Data[0]);
2524 fs::copy_file(Sources[1], Destination);
2525 verifyFileContents(Destination, Data[1]);
2546 fs::copy_file(Symlink, Destination);
2547 verifyFileContents(Destination, Data[2]);
2552 ASSERT_NO_ERROR(fs::is_symlink_file(Destination, IsDestinationSymlink));
2555 ASSERT_NO_ERROR(fs::getUniqueID(Destination, DestinationID));