Home
last modified time | relevance | path

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

/external/chromium/base/memory/
Dscoped_temp_dir.h35 bool CreateUniqueTempDirUnderPath(const FilePath& path) WARN_UNUSED_RESULT;
Dscoped_temp_dir.cc31 bool ScopedTempDir::CreateUniqueTempDirUnderPath(const FilePath& base_path) { in CreateUniqueTempDirUnderPath() function in ScopedTempDir
Dscoped_temp_dir_unittest.cc69 EXPECT_TRUE(dir.CreateUniqueTempDirUnderPath(base_path)); in TEST()
/external/chromium/chrome/browser/extensions/
Dconvert_user_script.cc56 if (!temp_dir.CreateUniqueTempDirUnderPath(user_data_temp_dir)) { in ConvertUserScriptToExtension()
Dconvert_web_app.cc95 if (!temp_dir.CreateUniqueTempDirUnderPath(user_data_temp_dir)) { in ConvertWebAppToExtension()
Dsandboxed_extension_unpacker.cc68 if (!temp_dir_.CreateUniqueTempDirUnderPath(user_data_temp_dir)) { in CreateTempDirectory()