Searched refs:dir_name_to (Results 1 – 1 of 1) sorted by relevance
979 FilePath dir_name_to = in TEST_F() local982 dir_name_to.Append(FILE_PATH_LITERAL("Reggy-1.txt")); in TEST_F()984 dir_name_to.Append(FILE_PATH_LITERAL("Reggy-2.txt")); in TEST_F()986 dir_name_to.Append(FILE_PATH_LITERAL("Reggy-3.txt")); in TEST_F()988 ASSERT_FALSE(PathExists(dir_name_to)); in TEST_F()990 EXPECT_TRUE(CopyDirectory(dir_name_from, dir_name_to, true)); in TEST_F()1043 FilePath dir_name_to = in TEST_F() local1045 CreateDirectory(dir_name_to); in TEST_F()1046 ASSERT_TRUE(PathExists(dir_name_to)); in TEST_F()1050 dir_name_to.Append(FILE_PATH_LITERAL("Reggy-1.txt")); in TEST_F()[all …]