Searched refs:CreateTemporaryDirInDir (Results 1 - 18 of 18) sorted by relevance

/external/chromium/base/memory/
H A Dscoped_temp_dir.cc40 if (!file_util::CreateTemporaryDirInDir(
/external/chromium_org/base/files/
H A Dscoped_temp_dir.cc41 if (!base::CreateTemporaryDirInDir(base_path,
/external/chromium_org/content/public/test/
H A Dtest_launcher.cc250 CHECK(base::CreateTemporaryDirInDir(temp_dir_.path(),
306 CHECK(base::CreateTemporaryDirInDir(temp_dir_.path(),
/external/chromium_org/base/
H A Dfile_util.h249 BASE_EXPORT bool CreateTemporaryDirInDir(const FilePath& base_dir,
H A Dfile_util_win.cc293 bool CreateTemporaryDirInDir(const FilePath& base_dir, function in namespace:base
327 return CreateTemporaryDirInDir(system_temp_dir, prefix, new_temp_path);
H A Dfile_util_posix.cc574 bool CreateTemporaryDirInDir(const FilePath& base_dir, function in namespace:base
H A Dfile_util_unittest.cc1623 ASSERT_TRUE(CreateTemporaryDirInDir(
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation.cc192 if (!base::CreateTemporaryDirInDir(zip_file->DirName(),
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprint_job_handler.cc233 if (!base::CreateTemporaryDirInDir(directory, job_prefix, &directory)) {
/external/chromium/base/
H A Dfile_util.h295 BASE_API bool CreateTemporaryDirInDir(const FilePath& base_dir,
H A Dfile_util_win.cc620 bool CreateTemporaryDirInDir(const FilePath& base_dir, function in namespace:file_util
653 return CreateTemporaryDirInDir(system_temp_dir, prefix, new_temp_path);
H A Dfile_util_posix.cc471 bool CreateTemporaryDirInDir(const FilePath& base_dir, function in namespace:file_util
H A Dfile_util_unittest.cc1515 ASSERT_TRUE(file_util::CreateTemporaryDirInDir(
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_extension_helper.cc315 if (!base::CreateTemporaryDirInDir(base_dir, sub_dir.value(),
/external/chromium_org/content/browser/
H A Dstorage_partition_impl_map.cc293 if (!base::CreateTemporaryDirInDir(storage_root, kTrashDirname,
/external/chromium_org/chrome/test/chromedriver/
H A Dsession_commands.cc595 if (!base::CreateTemporaryDirInDir(session->temp_dir.path(),
/external/chromium_org/webkit/browser/database/
H A Ddatabase_tracker.cc405 base::CreateTemporaryDirInDir(db_dir_,
/external/chromium_org/chrome/installer/setup/
H A Dsetup_main.cc625 if (!base::CreateTemporaryDirInDir(temp_path->path(),

Completed in 563 milliseconds