Searched refs:temp_subdir (Results 1 – 2 of 2) sorted by relevance
158 ScopedTempDir temp_subdir; in TEST() local159 ASSERT_TRUE(temp_subdir.CreateUniqueTempDirUnderPath(path)); in TEST()174 ScopedTempDir temp_subdir; in TEST() local175 ASSERT_TRUE(temp_subdir.CreateUniqueTempDirUnderPath(path)); in TEST()180 EXPECT_THAT(files, ElementsAre(temp_subdir.GetPath())); in TEST()212 ScopedTempDir temp_subdir; in TEST() local213 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 …]
169 string temp_subdir = temp_dir.path() + "/subdir"; in TEST() local170 handler.set_minidump_descriptor(MinidumpDescriptor(temp_subdir)); in TEST()171 EXPECT_EQ(temp_subdir, handler.minidump_descriptor().directory()); in TEST()