Searched refs:CreateUniqueTempDirUnderPath (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/base/files/
H A Dscoped_temp_dir.h15 // (CreateUniqueTempDir, CreateUniqueTempDirUnderPath, and Set) must have
36 bool CreateUniqueTempDirUnderPath(const FilePath& path) WARN_UNUSED_RESULT;
H A Dscoped_temp_dir.cc32 bool ScopedTempDir::CreateUniqueTempDirUnderPath(const FilePath& base_path) { function in class:base::ScopedTempDir
H A Dscoped_temp_dir_unittest.cc73 EXPECT_TRUE(dir.CreateUniqueTempDirUnderPath(base_path));
/external/chromium_org/chrome/installer/util/
H A Ddelete_tree_work_item.cc62 if (!backup.CreateUniqueTempDirUnderPath(temp_path_)) {
113 if (!backup_path_.CreateUniqueTempDirUnderPath(temp_path_)) {
H A Dmove_tree_work_item.cc46 if (!backup_path_.CreateUniqueTempDirUnderPath(temp_dir_)) {
H A Dcopy_tree_work_item.cc74 if (!backup_path_.CreateUniqueTempDirUnderPath(temp_dir_)) {
/external/chromium_org/chrome/browser/extensions/
H A Dconvert_web_app.cc98 if (!temp_dir.CreateUniqueTempDirUnderPath(install_temp_dir)) {
H A Dconvert_user_script.cc62 if (!temp_dir.CreateUniqueTempDirUnderPath(install_temp_dir)) {
H A Dsandboxed_unpacker.cc246 if (!temp_dir_.CreateUniqueTempDirUnderPath(temp_dir)) {
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation.cc79 if (!temp_dir_.CreateUniqueTempDirUnderPath(
/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension_browsertest.cc98 ASSERT_TRUE(tmp_dir_.CreateUniqueTempDirUnderPath(tmp_path));
/external/chromium_org/chrome/browser/net/
H A Dsdch_browsertest.cc390 if (!second_profile_data_dir_.CreateUniqueTempDirUnderPath(user_data_dir))
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_close_browsertest.cc91 if (!second_profile_data_dir_.CreateUniqueTempDirUnderPath(user_data_dir))
/external/chromium_org/chrome_elf/create_file/
H A Dchrome_create_file_unittest.cc86 ASSERT_TRUE(temp_dir_.CreateUniqueTempDirUnderPath(user_data_dir));
/external/chromium_org/extensions/common/
H A Dfile_util.cc75 !extension_temp_dir.CreateUniqueTempDirUnderPath(install_temp_dir)) {

Completed in 380 milliseconds