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

  /external/chromium_org/base/files/
scoped_temp_dir.h 15 // (CreateUniqueTempDir, CreateUniqueTempDirUnderPath, and Set) must have
36 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 73 EXPECT_TRUE(dir.CreateUniqueTempDirUnderPath(base_path));
  /external/chromium_org/chrome/installer/util/
delete_tree_work_item.cc 62 if (!backup.CreateUniqueTempDirUnderPath(temp_path_)) {
113 if (!backup_path_.CreateUniqueTempDirUnderPath(temp_path_)) {
move_tree_work_item.cc 46 if (!backup_path_.CreateUniqueTempDirUnderPath(temp_dir_)) {
copy_tree_work_item.cc 74 if (!backup_path_.CreateUniqueTempDirUnderPath(temp_dir_)) {
  /external/chromium_org/chrome/browser/extensions/
convert_web_app.cc 98 if (!temp_dir.CreateUniqueTempDirUnderPath(install_temp_dir)) {
convert_user_script.cc 62 if (!temp_dir.CreateUniqueTempDirUnderPath(install_temp_dir)) {
sandboxed_unpacker.cc 246 if (!temp_dir_.CreateUniqueTempDirUnderPath(temp_dir)) {
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation.cc 79 if (!temp_dir_.CreateUniqueTempDirUnderPath(
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension_browsertest.cc 98 ASSERT_TRUE(tmp_dir_.CreateUniqueTempDirUnderPath(tmp_path));
  /external/chromium_org/chrome/browser/net/
sdch_browsertest.cc 390 if (!second_profile_data_dir_.CreateUniqueTempDirUnderPath(user_data_dir))
  /external/chromium_org/chrome/browser/ui/
browser_close_browsertest.cc 91 if (!second_profile_data_dir_.CreateUniqueTempDirUnderPath(user_data_dir))
  /external/chromium_org/chrome_elf/create_file/
chrome_create_file_unittest.cc 86 ASSERT_TRUE(temp_dir_.CreateUniqueTempDirUnderPath(user_data_dir));
  /external/chromium_org/extensions/common/
file_util.cc 75 !extension_temp_dir.CreateUniqueTempDirUnderPath(install_temp_dir)) {

Completed in 674 milliseconds