Lines Matching refs:AppendASCII
80 const FilePath file = path.AppendASCII("test.txt"); in TEST()
95 ASSERT_TRUE(CreateDummyFile(path.AppendASCII("test.txt"))); in TEST()
109 const FilePath file = path.AppendASCII("test.txt"); in TEST()
128 const FilePath foo_txt = path.AppendASCII("foo.txt"); in TEST()
129 const FilePath bar_txt = path.AppendASCII("bar.txt"); in TEST()
190 const FilePath subdir_foo = path.AppendASCII("foo"); in TEST()
191 const FilePath subdir_bar = path.AppendASCII("bar"); in TEST()
214 const FilePath file = path.AppendASCII("test.txt"); in TEST()
241 const FilePath foo_txt = path.AppendASCII("foo.txt"); in TEST()
242 const FilePath bar_txt = temp_subdir.GetPath().AppendASCII("bar.txt"); in TEST()
257 const FilePath subdir = temp_dir.GetPath().AppendASCII("subdir"); in TEST()
260 const FilePath file = subdir.AppendASCII("test.txt"); in TEST()
278 const FilePath test_txt = temp_dir.GetPath().AppendASCII("test.txt"); in TEST()
279 const FilePath subdir_foo = temp_dir.GetPath().AppendASCII("foo_subdir"); in TEST()
280 const FilePath subdir_bar = temp_dir.GetPath().AppendASCII("bar_subdir"); in TEST()
281 const FilePath foo_test = subdir_foo.AppendASCII("test.txt"); in TEST()
282 const FilePath foo_foo = subdir_foo.AppendASCII("foo.txt"); in TEST()
283 const FilePath foo_bar = subdir_foo.AppendASCII("bar.txt"); in TEST()
284 const FilePath bar_test = subdir_bar.AppendASCII("test.txt"); in TEST()
285 const FilePath bar_foo = subdir_bar.AppendASCII("foo.txt"); in TEST()
286 const FilePath bar_bar = subdir_bar.AppendASCII("bar.txt"); in TEST()