Home
last modified time | relevance | path

Searched refs:temp_subdir (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/files/
Dfile_enumerator_unittest.cc158 ScopedTempDir temp_subdir; in TEST() local
159 ASSERT_TRUE(temp_subdir.CreateUniqueTempDirUnderPath(path)); in TEST()
174 ScopedTempDir temp_subdir; in TEST() local
175 ASSERT_TRUE(temp_subdir.CreateUniqueTempDirUnderPath(path)); in TEST()
180 EXPECT_THAT(files, ElementsAre(temp_subdir.GetPath())); in TEST()
212 ScopedTempDir temp_subdir; in TEST() local
213 ASSERT_TRUE(temp_subdir.CreateUniqueTempDirUnderPath(path)); in TEST()
224 EXPECT_THAT(files, ElementsAre(temp_subdir.GetPath())); in TEST()
229 EXPECT_THAT(files, UnorderedElementsAre(file, temp_subdir.GetPath())); in TEST()
239 ScopedTempDir temp_subdir; in TEST() local
[all …]
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc169 string temp_subdir = temp_dir.path() + "/subdir"; in TEST() local
170 handler.set_minidump_descriptor(MinidumpDescriptor(temp_subdir)); in TEST()
171 EXPECT_EQ(temp_subdir, handler.minidump_descriptor().directory()); in TEST()