Home | History | Annotate | Download | only in files

Lines Matching defs:temp_dir

63   ScopedTempDir temp_dir;
64 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
68 RunEnumerator(temp_dir.GetPath(), true,
76 ScopedTempDir temp_dir;
77 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
79 const FilePath& path = temp_dir.GetPath();
85 temp_dir.GetPath(), true, FileEnumerator::FILES, kEmptyPattern, policy);
91 ScopedTempDir temp_dir;
92 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
94 const FilePath& path = temp_dir.GetPath();
105 ScopedTempDir temp_dir;
106 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
108 const FilePath& path = temp_dir.GetPath();
124 ScopedTempDir temp_dir;
125 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
127 const FilePath& path = temp_dir.GetPath();
153 ScopedTempDir temp_dir;
154 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
156 const FilePath& path = temp_dir.GetPath();
169 ScopedTempDir temp_dir;
170 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
172 const FilePath& path = temp_dir.GetPath();
185 ScopedTempDir temp_dir;
186 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
188 const FilePath& path = temp_dir.GetPath();
207 ScopedTempDir temp_dir;
208 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
210 const FilePath& path = temp_dir.GetPath();
234 ScopedTempDir temp_dir;
235 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
237 const FilePath& path = temp_dir.GetPath();
254 ScopedTempDir temp_dir;
255 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
257 const FilePath subdir = temp_dir.GetPath().AppendASCII("subdir");
264 auto files = RunEnumerator(temp_dir.GetPath(), true, FileEnumerator::FILES,
268 files = RunEnumerator(temp_dir.GetPath(), false, FileEnumerator::FILES,
275 ScopedTempDir temp_dir;
276 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
278 const FilePath test_txt = temp_dir.GetPath().AppendASCII("test.txt");
279 const FilePath subdir_foo = temp_dir.GetPath().AppendASCII("foo_subdir");
280 const FilePath subdir_bar = temp_dir.GetPath().AppendASCII("bar_subdir");
298 RunEnumerator(temp_dir.GetPath(), true,
305 files = RunEnumerator(temp_dir.GetPath(), true,