Searched refs:dest_file2 (Results 1 – 1 of 1) sorted by relevance
2172 FilePath dest_file2(dir_name_from); in TEST_F() local2173 dest_file2 = dest_file2.AppendASCII(".."); in TEST_F()2174 dest_file2 = dest_file2.AppendASCII("DestFile.txt"); in TEST_F()2175 ASSERT_FALSE(CopyFile(file_name_from, dest_file2)); in TEST_F()2186 EXPECT_FALSE(PathExists(dest_file2)); in TEST_F()