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

  /external/chromium/base/memory/
scoped_temp_dir.h 16 // (CreateUniqueTempDir, CreateUniqueTempDirUnderPath, and Set) must have
35 bool CreateUniqueTempDirUnderPath(const FilePath& path) WARN_UNUSED_RESULT;
scoped_temp_dir.cc 31 bool ScopedTempDir::CreateUniqueTempDirUnderPath(const FilePath& base_path) {
scoped_temp_dir_unittest.cc 69 EXPECT_TRUE(dir.CreateUniqueTempDirUnderPath(base_path));
  /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 33 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/chrome/browser/extensions/
convert_user_script.cc 56 if (!temp_dir.CreateUniqueTempDirUnderPath(user_data_temp_dir)) {
convert_web_app.cc 95 if (!temp_dir.CreateUniqueTempDirUnderPath(user_data_temp_dir)) {
sandboxed_extension_unpacker.cc 68 if (!temp_dir_.CreateUniqueTempDirUnderPath(user_data_temp_dir)) {
  /external/chromium_org/chrome/browser/extensions/
convert_user_script.cc 62 if (!temp_dir.CreateUniqueTempDirUnderPath(install_temp_dir)) {
convert_web_app.cc 99 if (!temp_dir.CreateUniqueTempDirUnderPath(install_temp_dir)) {
sandboxed_unpacker.cc 241 if (!temp_dir_.CreateUniqueTempDirUnderPath(temp_dir)) {
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension_browsertest.cc 97 ASSERT_TRUE(tmp_dir_.CreateUniqueTempDirUnderPath(tmp_path));
  /external/chromium_org/chrome/browser/ui/
browser_close_browsertest.cc 91 if (!second_profile_data_dir_.CreateUniqueTempDirUnderPath(user_data_dir))
  /external/chromium_org/chrome/common/extensions/
extension_file_util.cc 83 !extension_temp_dir.CreateUniqueTempDirUnderPath(install_temp_dir)) {

Completed in 252 milliseconds