HomeSort by relevance Sort by last modified time
    Searched refs:temp_dir (Results 1 - 25 of 170) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/cloud_print/service/win/
service_ipc_unittest.cc 19 base::ScopedTempDir temp_dir; local
20 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
22 ServiceListener service(temp_dir.path());
24 EXPECT_EQ(setup.user_data_dir(), temp_dir.path());
29 base::ScopedTempDir temp_dir; local
30 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
31 ServiceListener service(temp_dir.path());
35 EXPECT_EQ(setup.user_data_dir(), temp_dir.path());
40 base::ScopedTempDir temp_dir; local
41 ASSERT_TRUE(temp_dir.CreateUniqueTempDir())
    [all...]
  /external/chromium_org/rlz/test/
rlz_unittest_main.cc 33 base::ScopedTempDir temp_dir; local
34 if (temp_dir.CreateUniqueTempDir())
35 rlz_lib::testing::SetRlzStoreDirectory(temp_dir.path());
  /external/chromium_org/chrome/tools/crash_service/
main.cc 23 base::FilePath temp_dir; local
24 if (!base::GetTempDir(&temp_dir))
26 temp_dir = temp_dir.Append(L"chrome_crashes");
27 if (!base::PathExists(temp_dir)) {
28 if (!base::CreateDirectory(temp_dir))
31 *dir = temp_dir;
  /external/chromium_org/chrome/browser/profiles/
profile_browsertest.cc 108 base::ScopedTempDir temp_dir; local
109 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
116 temp_dir.path(), &delegate, Profile::CREATE_MODE_SYNCHRONOUS));
128 base::ScopedTempDir temp_dir; local
129 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
130 CreatePrefsFileInDirectory(temp_dir.path());
137 temp_dir.path(), &delegate, Profile::CREATE_MODE_SYNCHRONOUS));
149 base::ScopedTempDir temp_dir; local
150 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
161 temp_dir.path(), &delegate, Profile::CREATE_MODE_ASYNCHRONOUS))
176 base::ScopedTempDir temp_dir; local
202 base::ScopedTempDir temp_dir; local
235 base::ScopedTempDir temp_dir; local
276 base::ScopedTempDir temp_dir; local
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
util_unittest.cc 16 base::ScopedTempDir temp_dir; local
17 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
26 Status status = UnzipSoleFile(temp_dir.path(), data, &file);
34 base::ScopedTempDir temp_dir; local
35 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
45 Status status = UnzipSoleFile(temp_dir.path(), data, &file);
  /external/chromium_org/chrome/browser/history/
history_database_unittest.cc 18 base::ScopedTempDir temp_dir; local
21 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
22 db_file = temp_dir.path().AppendASCII("DropBookmarks.db");
  /external/chromium_org/chrome/installer/mini_installer/
decompress_test.cc 24 base::ScopedTempDir temp_dir; local
25 EXPECT_TRUE(temp_dir.CreateUniqueTempDir());
27 temp_dir.path().Append(FILE_PATH_LITERAL("setup.exe")));
  /external/chromium_org/chrome/installer/util/
logging_installer_unittest.cc 18 base::ScopedTempDir temp_dir; local
19 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
21 base::FilePath temp_file = temp_dir.path().Append(L"temp");
43 base::ScopedTempDir temp_dir; local
44 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
46 base::FilePath temp_file = temp_dir.path().Append(L"temp");
65 base::ScopedTempDir temp_dir; local
66 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
68 base::FilePath temp_file = temp_dir.path().Append(L"temp");
93 base::ScopedTempDir temp_dir; local
    [all...]
self_cleaning_temp_dir_unittest.cc 74 SelfCleaningTempDir temp_dir; local
75 EXPECT_TRUE(temp_dir.Initialize(parent_temp_dir, L"Three"));
76 EXPECT_EQ(parent_temp_dir.Append(L"Three"), temp_dir.path());
77 EXPECT_TRUE(base::DirectoryExists(temp_dir.path()));
78 EXPECT_TRUE(temp_dir.Delete());
133 SelfCleaningTempDir temp_dir; local
134 EXPECT_TRUE(temp_dir.Initialize(parent_temp_dir, L"Three"));
135 EXPECT_EQ(parent_temp_dir.Append(L"Three"), temp_dir.path());
136 EXPECT_TRUE(base::DirectoryExists(temp_dir.path()));
158 SelfCleaningTempDir temp_dir; local
    [all...]
  /external/chromium_org/chrome/browser/
shell_integration_linux_unittest.cc 182 base::ScopedTempDir temp_dir; local
183 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
184 base::FilePath desktop_path = temp_dir.path();
202 base::ScopedTempDir temp_dir; local
203 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
204 base::FilePath apps_path = temp_dir.path().AppendASCII("applications");
207 env.Set("XDG_DATA_HOME", temp_dir.path().value());
223 base::ScopedTempDir temp_dir; local
224 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
225 base::FilePath apps_path = temp_dir.path().AppendASCII("applications")
282 base::ScopedTempDir temp_dir; local
305 base::ScopedTempDir temp_dir; local
324 base::ScopedTempDir temp_dir; local
385 base::ScopedTempDir temp_dir; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd_line_script.py 8 temp_dir, make_script, compile_script,
101 with temp_dir() as script_dir:
106 with temp_dir() as script_dir:
113 with temp_dir() as script_dir:
118 with temp_dir() as script_dir:
125 with temp_dir() as script_dir:
130 with temp_dir() as script_dir:
136 with temp_dir() as script_dir:
143 with temp_dir() as script_dir:
150 with temp_dir() as script_dir
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmd_line_script.py 8 temp_dir, make_script, compile_script,
101 with temp_dir() as script_dir:
106 with temp_dir() as script_dir:
113 with temp_dir() as script_dir:
118 with temp_dir() as script_dir:
125 with temp_dir() as script_dir:
130 with temp_dir() as script_dir:
136 with temp_dir() as script_dir:
143 with temp_dir() as script_dir:
150 with temp_dir() as script_dir
    [all...]
  /external/chromium_org/build/
extract_from_cab.py 34 temp_dir = tempfile.mkdtemp(dir=output_dir)
38 level = run_quiet('expand', cab_path, '-F:' + archived_file, temp_dir)
47 os.rename(os.path.join(temp_dir, archived_file), output_file)
49 shutil.rmtree(temp_dir, True)
  /external/chromium_org/chrome/browser/extensions/
pack_extension_unittest.cc 32 base::ScopedTempDir temp_dir; local
33 EXPECT_TRUE(temp_dir.CreateUniqueTempDir());
34 EXPECT_TRUE(base::CopyDirectory(path, temp_dir.path(), true));
37 temp_dir.path().Append(path.BaseName()));
  /external/chromium_org/content/browser/indexed_db/
indexed_db_unittest.cc 55 base::ScopedTempDir temp_dir; local
56 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
65 temp_dir.path(), special_storage_policy_, NULL, task_runner_);
85 base::ScopedTempDir temp_dir; local
86 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
96 temp_dir.path(), special_storage_policy_, NULL, task_runner_);
147 base::ScopedTempDir temp_dir; local
148 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
164 temp_dir.path(), special_storage_policy_, NULL, task_runner_);
217 base::ScopedTempDir temp_dir; local
244 base::ScopedTempDir temp_dir; local
    [all...]
  /external/lldb/scripts/
checkpoint-llvm.pl 91 my $temp_dir = tempdir( CLEANUP => 1 );
92 print "temp dir = '$temp_dir'\n";
93 my $llvm_checkpoint_dir = "$temp_dir/llvm";
94 mkdir "$llvm_checkpoint_dir" or die "Couldn't make 'llvm' in '$temp_dir'\n";
120 do_command ("(cd '$temp_dir' ; zip -r '$llvm_zip_file' 'llvm')", "Zipping llvm checkpoint directory '$llvm_checkpoint_dir' to '$llvm_zip_file'", 1);
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_database_unittest.cc 173 base::ScopedTempDir temp_dir; local
175 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
176 db_file = temp_dir.path().AppendASCII("ActivityInit.db");
190 base::ScopedTempDir temp_dir; local
192 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
193 db_file = temp_dir.path().AppendASCII("ActivityRecord.db");
209 base::ScopedTempDir temp_dir; local
211 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
212 db_file = temp_dir.path().AppendASCII("ActivityRecord.db");
227 base::ScopedTempDir temp_dir; local
249 base::ScopedTempDir temp_dir; local
271 base::ScopedTempDir temp_dir; local
    [all...]
  /external/chromium_org/base/
platform_file_unittest.cc 51 ScopedTempDir temp_dir; local
52 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
53 FilePath file_path = temp_dir.path().AppendASCII("create_file_1");
114 file_path = temp_dir.path().AppendASCII("create_file_2");
130 ScopedTempDir temp_dir; local
131 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
132 FilePath file_path = temp_dir.path().AppendASCII("create_file_1");
166 ScopedTempDir temp_dir; local
167 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
168 FilePath file_path = temp_dir.path().AppendASCII("read_write_file")
245 ScopedTempDir temp_dir; local
298 ScopedTempDir temp_dir; local
353 ScopedTempDir temp_dir; local
422 ScopedTempDir temp_dir; local
    [all...]
path_service_unittest.cc 154 base::ScopedTempDir temp_dir; local
155 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
156 base::FilePath fake_cache_dir(temp_dir.path().AppendASCII("cache"));
162 base::FilePath fake_cache_dir2(temp_dir.path().AppendASCII("cache2"));
177 base::MakeAbsoluteFilePath(temp_dir.path()).AppendASCII("non_existent"));
206 base::ScopedTempDir temp_dir; local
207 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
208 base::FilePath fake_cache_dir1(temp_dir.path().AppendASCII("1"));
213 base::FilePath fake_cache_dir2(temp_dir.path().AppendASCII("2"));
236 base::ScopedTempDir temp_dir; local
    [all...]
  /external/chromium_org/third_party/zlib/google/
zip_unittest.cc 118 base::ScopedTempDir temp_dir; local
119 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
121 base::FilePath zip_file = temp_dir.path().AppendASCII("out.zip");
122 base::FilePath src_dir = temp_dir.path().AppendASCII("input");
123 base::FilePath out_dir = temp_dir.path().AppendASCII("output");
216 base::ScopedTempDir temp_dir; local
217 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
218 base::FilePath zip_file = temp_dir.path().AppendASCII("out.zip");
229 base::ScopedTempDir temp_dir; local
230 ASSERT_TRUE(temp_dir.CreateUniqueTempDir())
242 base::ScopedTempDir temp_dir; local
283 base::ScopedTempDir temp_dir; local
319 const base::FilePath& temp_dir = scoped_temp_dir.path(); local
    [all...]
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils_unittest.cc 105 base::ScopedTempDir temp_dir; local
106 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
108 temp_dir.path().AppendASCII("application.ini"));
113 EXPECT_EQ(GetFirefoxImporterName(temp_dir.path()),
  /external/chromium_org/chrome/utility/media_galleries/
picasa_album_table_reader_unittest.cc 16 base::ScopedTempDir temp_dir; local
17 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
56 WriteAlbumTable(temp_dir.path(), category_vector, date_vector,
59 AlbumTableFiles album_table_files(temp_dir.path());
  /external/chromium_org/base/files/
file_unittest.cc 15 base::ScopedTempDir temp_dir; local
16 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
17 FilePath file_path = temp_dir.path().AppendASCII("create_file_1");
89 file_path = temp_dir.path().AppendASCII("create_file_2");
102 base::ScopedTempDir temp_dir; local
103 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
104 FilePath file_path = temp_dir.path().AppendASCII("create_file");
120 base::ScopedTempDir temp_dir; local
121 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
122 FilePath file_path = temp_dir.path().AppendASCII("create_file_1")
147 base::ScopedTempDir temp_dir; local
219 base::ScopedTempDir temp_dir; local
267 base::ScopedTempDir temp_dir; local
319 base::ScopedTempDir temp_dir; local
382 base::ScopedTempDir temp_dir; local
406 base::ScopedTempDir temp_dir; local
430 base::ScopedTempDir temp_dir; local
    [all...]
  /external/chromium_org/chrome/common/
service_process_util_linux.cc 54 base::FilePath temp_dir; local
55 PathService::Get(base::DIR_TEMP, &temp_dir);
57 std::string pipe_path = temp_dir.Append(pipe_name).value();
  /external/chromium_org/content/common/
shareable_file_reference_unittest.cc 21 base::ScopedTempDir temp_dir; local
22 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
26 base::CreateTemporaryFileInDir(temp_dir.path(), &file);

Completed in 379 milliseconds

1 2 3 4 5 6 7