Home | History | Annotate | Download | only in base

Lines Matching full:dest_file

1183   FilePath dest_file = dir_name_from.Append(FILE_PATH_LITERAL("DestFile.txt"));
1184 ASSERT_TRUE(file_util::CopyFile(file_name_from, dest_file));
1198 EXPECT_TRUE(file_util::PathExists(dest_file));
1199 const std::wstring read_contents = ReadTextFile(dest_file);