Lines Matching refs:GetPath
68 RunEnumerator(temp_dir.GetPath(), true, in TEST()
79 const FilePath& path = temp_dir.GetPath(); in TEST()
85 temp_dir.GetPath(), true, FileEnumerator::FILES, kEmptyPattern, policy); in TEST()
94 const FilePath& path = temp_dir.GetPath(); in TEST()
108 const FilePath& path = temp_dir.GetPath(); in TEST()
127 const FilePath& path = temp_dir.GetPath(); in TEST()
156 const FilePath& path = temp_dir.GetPath(); in TEST()
172 const FilePath& path = temp_dir.GetPath(); in TEST()
180 EXPECT_THAT(files, ElementsAre(temp_subdir.GetPath())); in TEST()
188 const FilePath& path = temp_dir.GetPath(); in TEST()
210 const FilePath& path = temp_dir.GetPath(); in TEST()
224 EXPECT_THAT(files, ElementsAre(temp_subdir.GetPath())); in TEST()
229 EXPECT_THAT(files, UnorderedElementsAre(file, temp_subdir.GetPath())); in TEST()
237 const FilePath& path = temp_dir.GetPath(); 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()
264 auto files = RunEnumerator(temp_dir.GetPath(), true, FileEnumerator::FILES, in TEST()
268 files = RunEnumerator(temp_dir.GetPath(), false, FileEnumerator::FILES, 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()
298 RunEnumerator(temp_dir.GetPath(), true, in TEST()
305 files = RunEnumerator(temp_dir.GetPath(), true, in TEST()