Lines Matching refs:FilePath
24 const FilePath::StringType kEmptyPattern;
30 circular_deque<FilePath> RunEnumerator( in RunEnumerator()
31 const FilePath& root_path, in RunEnumerator()
34 const FilePath::StringType& pattern, in RunEnumerator()
36 circular_deque<FilePath> rv; in RunEnumerator()
44 bool CreateDummyFile(const FilePath& path) { in CreateDummyFile()
51 const FilePath path = FilePath::FromUTF8Unsafe("some_not_existing_path"); in TEST()
79 const FilePath& path = temp_dir.GetPath(); in TEST()
80 const FilePath file = path.AppendASCII("test.txt"); in TEST()
94 const FilePath& path = temp_dir.GetPath(); in TEST()
108 const FilePath& path = temp_dir.GetPath(); in TEST()
109 const FilePath file = path.AppendASCII("test.txt"); in TEST()
127 const FilePath& path = temp_dir.GetPath(); in TEST()
128 const FilePath foo_txt = path.AppendASCII("foo.txt"); in TEST()
129 const FilePath bar_txt = path.AppendASCII("bar.txt"); in TEST()
156 const FilePath& path = temp_dir.GetPath(); in TEST()
172 const FilePath& path = temp_dir.GetPath(); in TEST()
188 const FilePath& path = temp_dir.GetPath(); in TEST()
190 const FilePath subdir_foo = path.AppendASCII("foo"); in TEST()
191 const FilePath subdir_bar = path.AppendASCII("bar"); in TEST()
210 const FilePath& path = temp_dir.GetPath(); in TEST()
214 const FilePath file = path.AppendASCII("test.txt"); in TEST()
237 const FilePath& path = temp_dir.GetPath(); 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()