Home | History | Annotate | Download | only in base

Lines Matching refs:file_name_from

788   FilePath file_name_from =
790 CreateTextFile(file_name_from, L"Gooooooooooooooooooooogle");
791 ASSERT_TRUE(file_util::PathExists(file_name_from));
798 EXPECT_TRUE(file_util::Move(file_name_from, file_name_to));
801 EXPECT_FALSE(file_util::PathExists(file_name_from));
807 FilePath file_name_from =
809 CreateTextFile(file_name_from, L"Gooooooooooooooooooooogle");
810 ASSERT_TRUE(file_util::PathExists(file_name_from));
818 EXPECT_TRUE(file_util::Move(file_name_from, file_name_to));
821 EXPECT_FALSE(file_util::PathExists(file_name_from));
828 FilePath file_name_from =
830 CreateTextFile(file_name_from, L"Gooooooooooooooooooooogle");
831 ASSERT_TRUE(file_util::PathExists(file_name_from));
839 EXPECT_FALSE(file_util::Move(file_name_from, dir_name_to));
851 FilePath file_name_from =
853 CreateTextFile(file_name_from, L"Gooooooooooooooooooooogle");
854 ASSERT_TRUE(file_util::PathExists(file_name_from));
868 EXPECT_FALSE(file_util::PathExists(file_name_from));
881 FilePath file_name_from =
883 CreateTextFile(file_name_from, L"Gooooooooooooooooooooogle");
884 ASSERT_TRUE(file_util::PathExists(file_name_from));
903 EXPECT_FALSE(file_util::PathExists(file_name_from));
916 FilePath file_name_from =
918 CreateTextFile(file_name_from, L"Gooooooooooooooooooooogle");
919 ASSERT_TRUE(file_util::PathExists(file_name_from));
949 EXPECT_TRUE(file_util::PathExists(file_name_from));
966 FilePath file_name_from =
968 CreateTextFile(file_name_from, L"Gooooooooooooooooooooogle");
969 ASSERT_TRUE(file_util::PathExists(file_name_from));
1004 EXPECT_TRUE(file_util::PathExists(file_name_from));
1021 FilePath file_name_from =
1023 CreateTextFile(file_name_from, L"Gooooooooooooooooooooogle");
1024 ASSERT_TRUE(file_util::PathExists(file_name_from));
1052 EXPECT_TRUE(file_util::PathExists(file_name_from));
1068 FilePath file_name_from =
1070 CreateTextFile(file_name_from, L"Gooooooooooooooooooooogle");
1071 ASSERT_TRUE(file_util::PathExists(file_name_from));
1101 EXPECT_TRUE(file_util::PathExists(file_name_from));
1111 FilePath file_name_from =
1113 CreateTextFile(file_name_from, L"Gooooooooooooooooooooogle");
1114 ASSERT_TRUE(file_util::PathExists(file_name_from));
1121 EXPECT_TRUE(file_util::CopyDirectory(file_name_from, file_name_to, true));
1129 FilePath file_name_from =
1131 CreateTextFile(file_name_from, L"Gooooooooooooooooooooogle");
1132 ASSERT_TRUE(file_util::PathExists(file_name_from));
1140 EXPECT_TRUE(file_util::CopyDirectory(file_name_from, file_name_to, true));
1149 FilePath file_name_from =
1151 CreateTextFile(file_name_from, L"Gooooooooooooooooooooogle");
1152 ASSERT_TRUE(file_util::PathExists(file_name_from));
1162 EXPECT_TRUE(file_util::CopyDirectory(file_name_from, dir_name_to, true));
1176 FilePath file_name_from =
1179 CreateTextFile(file_name_from, file_contents);
1180 ASSERT_TRUE(file_util::PathExists(file_name_from));
1184 ASSERT_TRUE(file_util::CopyFile(file_name_from, dest_file));
1190 ASSERT_TRUE(file_util::CopyFile(file_name_from, dest_file2));
1197 EXPECT_TRUE(file_util::PathExists(file_name_from));
1417 FilePath file_name_from =
1419 CreateTextFile(file_name_from, L"Gooooooooooooooooooooogle");
1420 ASSERT_TRUE(file_util::PathExists(file_name_from));
1434 EXPECT_FALSE(file_util::PathExists(file_name_from));