Searched refs:CreateUniqueTempDirUnderPath (Results 1 – 5 of 5) sorted by relevance
159 ASSERT_TRUE(temp_subdir.CreateUniqueTempDirUnderPath(path)); in TEST()175 ASSERT_TRUE(temp_subdir.CreateUniqueTempDirUnderPath(path)); in TEST()213 ASSERT_TRUE(temp_subdir.CreateUniqueTempDirUnderPath(path)); in TEST()240 ASSERT_TRUE(temp_subdir.CreateUniqueTempDirUnderPath(path)); in TEST()
39 bool CreateUniqueTempDirUnderPath(const FilePath& path) WARN_UNUSED_RESULT;
38 bool ScopedTempDir::CreateUniqueTempDirUnderPath(const FilePath& base_path) { in CreateUniqueTempDirUnderPath() function in base::ScopedTempDir
74 EXPECT_TRUE(dir.CreateUniqueTempDirUnderPath(base_path)); in TEST()
162 ASSERT_TRUE(temp_dir_.CreateUniqueTempDirUnderPath(parent_dir)); in SetUp()