Home
last modified time | relevance | path

Searched refs:CreateUniqueTempDirUnderPath (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/files/
Dfile_enumerator_unittest.cc159 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()
Dscoped_temp_dir.h39 bool CreateUniqueTempDirUnderPath(const FilePath& path) WARN_UNUSED_RESULT;
Dscoped_temp_dir.cc38 bool ScopedTempDir::CreateUniqueTempDirUnderPath(const FilePath& base_path) { in CreateUniqueTempDirUnderPath() function in base::ScopedTempDir
Dscoped_temp_dir_unittest.cc74 EXPECT_TRUE(dir.CreateUniqueTempDirUnderPath(base_path)); in TEST()
Dfile_path_watcher_unittest.cc162 ASSERT_TRUE(temp_dir_.CreateUniqueTempDirUnderPath(parent_dir)); in SetUp()