Home | History | Annotate | Download | only in base

Lines Matching refs:file_name_to

794   FilePath file_name_to = temp_dir_.path().Append(
796 ASSERT_FALSE(file_util::PathExists(file_name_to));
798 EXPECT_TRUE(file_util::Move(file_name_from, file_name_to));
802 EXPECT_TRUE(file_util::PathExists(file_name_to));
813 FilePath file_name_to = temp_dir_.path().Append(
815 CreateTextFile(file_name_to, L"Old file content");
816 ASSERT_TRUE(file_util::PathExists(file_name_to));
818 EXPECT_TRUE(file_util::Move(file_name_from, file_name_to));
822 EXPECT_TRUE(file_util::PathExists(file_name_to));
823 EXPECT_TRUE(L"Gooooooooooooooooooooogle" == ReadTextFile(file_name_to));
859 FilePath file_name_to =
870 EXPECT_TRUE(file_util::PathExists(file_name_to));
892 FilePath file_name_to =
905 EXPECT_TRUE(file_util::PathExists(file_name_to));
936 FilePath file_name_to =
953 EXPECT_TRUE(file_util::PathExists(file_name_to));
989 FilePath file_name_to =
1008 EXPECT_TRUE(file_util::PathExists(file_name_to));
1041 FilePath file_name_to =
1056 EXPECT_TRUE(file_util::PathExists(file_name_to));
1088 FilePath file_name_to =
1105 EXPECT_TRUE(file_util::PathExists(file_name_to));
1117 FilePath file_name_to = temp_dir_.path().Append(
1119 ASSERT_FALSE(file_util::PathExists(file_name_to));
1121 EXPECT_TRUE(file_util::CopyDirectory(file_name_from, file_name_to, true));
1124 EXPECT_TRUE(file_util::PathExists(file_name_to));
1135 FilePath file_name_to = temp_dir_.path().Append(
1137 CreateTextFile(file_name_to, L"Old file content");
1138 ASSERT_TRUE(file_util::PathExists(file_name_to));
1140 EXPECT_TRUE(file_util::CopyDirectory(file_name_from, file_name_to, true));
1143 EXPECT_TRUE(file_util::PathExists(file_name_to));
1144 EXPECT_TRUE(L"Gooooooooooooooooooooogle" == ReadTextFile(file_name_to));
1159 FilePath file_name_to =
1165 EXPECT_TRUE(file_util::PathExists(file_name_to));
1425 FilePath file_name_to =
1436 EXPECT_TRUE(file_util::PathExists(file_name_to));