Searched refs:evil_file (Results 1 – 3 of 3) sorted by relevance
321 base::FilePath evil_file = output_dir; in TEST_F() local322 evil_file = evil_file.AppendASCII( in TEST_F()324 ASSERT_FALSE(base::PathExists(evil_file)); in TEST_F()337 base::FilePath evil_file = output_dir; in TEST_F() local338 evil_file = evil_file.AppendASCII("../evil.txt"); in TEST_F()339 ASSERT_FALSE(base::PathExists(evil_file)); in TEST_F()
322 base::FilePath evil_file = output_dir; in TEST_F() local323 evil_file = evil_file.AppendASCII( in TEST_F()325 ASSERT_FALSE(base::PathExists(evil_file)); in TEST_F()338 base::FilePath evil_file = output_dir; in TEST_F() local339 evil_file = evil_file.AppendASCII("../evil.txt"); in TEST_F()340 ASSERT_FALSE(base::PathExists(evil_file)); in TEST_F()