Searched refs:CreateUniqueTempDirUnderPath (Results 1 – 6 of 6) sorted by relevance
35 bool CreateUniqueTempDirUnderPath(const FilePath& path) WARN_UNUSED_RESULT;
31 bool ScopedTempDir::CreateUniqueTempDirUnderPath(const FilePath& base_path) { in CreateUniqueTempDirUnderPath() function in ScopedTempDir
69 EXPECT_TRUE(dir.CreateUniqueTempDirUnderPath(base_path)); in TEST()
56 if (!temp_dir.CreateUniqueTempDirUnderPath(user_data_temp_dir)) { in ConvertUserScriptToExtension()
95 if (!temp_dir.CreateUniqueTempDirUnderPath(user_data_temp_dir)) { in ConvertWebAppToExtension()
68 if (!temp_dir_.CreateUniqueTempDirUnderPath(user_data_temp_dir)) { in CreateTempDirectory()