HomeSort by relevance Sort by last modified time
    Searched refs:CreateUniqueTempDirUnderPath (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/files/
scoped_temp_dir.h 15 // (CreateUniqueTempDir, CreateUniqueTempDirUnderPath, and Set) must have
37 bool CreateUniqueTempDirUnderPath(const FilePath& path) WARN_UNUSED_RESULT;
scoped_temp_dir.cc 32 bool ScopedTempDir::CreateUniqueTempDirUnderPath(const FilePath& base_path) {
scoped_temp_dir_unittest.cc 74 EXPECT_TRUE(dir.CreateUniqueTempDirUnderPath(base_path));
file_path_watcher_unittest.cc 157 ASSERT_TRUE(temp_dir_.CreateUniqueTempDirUnderPath(parent_dir));

Completed in 53 milliseconds