Searched refs:CreateUniqueTempDirUnderPath (Results 1 – 4 of 4) sorted by relevance
37 bool CreateUniqueTempDirUnderPath(const FilePath& path) WARN_UNUSED_RESULT;
32 bool ScopedTempDir::CreateUniqueTempDirUnderPath(const FilePath& base_path) { in CreateUniqueTempDirUnderPath() function in base::ScopedTempDir
74 EXPECT_TRUE(dir.CreateUniqueTempDirUnderPath(base_path)); in TEST()
165 ASSERT_TRUE(temp_dir_.CreateUniqueTempDirUnderPath(parent_dir)); in SetUp()