Searched refs:dir_foo (Results 1 – 3 of 3) sorted by relevance
400 base::FilePath dir_foo = dir.AppendASCII("foo"); in TEST_F() local401 base::FilePath dir_foo_bar = dir_foo.AppendASCII("bar"); in TEST_F()403 ASSERT_TRUE(base::PathExists(dir_foo)); in TEST_F()404 ASSERT_TRUE(base::PathExists(dir_foo.AppendASCII("bar.txt"))); in TEST_F()
401 base::FilePath dir_foo = dir.AppendASCII("foo"); in TEST_F() local402 base::FilePath dir_foo_bar = dir_foo.AppendASCII("bar"); in TEST_F()404 ASSERT_TRUE(base::PathExists(dir_foo)); in TEST_F()405 ASSERT_TRUE(base::PathExists(dir_foo.AppendASCII("bar.txt"))); in TEST_F()