Lines Matching refs:dest_file
779 FilePath dest_file = dir_name_from.Append(FILE_PATH_LITERAL("DestFile.txt"));780 ASSERT_TRUE(file_util::CopyFile(file_name_from, dest_file));794 EXPECT_TRUE(file_util::PathExists(dest_file));795 const std::wstring read_contents = ReadTextFile(dest_file);