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

1 2 3 4

  /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/chrome/browser/extensions/api/messaging/
native_messaging_apitest.cc 16 base::ScopedTempDir temp_dir; local
17 base::FilePath manifest_path = temp_dir.path().AppendASCII(
  /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/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/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");
94 base::ScopedTempDir temp_dir; local
    [all...]
delete_tree_work_item_unittest.cc 74 base::ScopedTempDir temp_dir; local
75 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
79 WorkItem::CreateDeleteTreeWorkItem(dir_name_delete, temp_dir.path(),
126 base::ScopedTempDir temp_dir; local
127 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
131 WorkItem::CreateDeleteTreeWorkItem(dir_name_delete, temp_dir.path(),
199 base::ScopedTempDir temp_dir; local
200 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
204 WorkItem::CreateDeleteTreeWorkItem(dir_name_delete, temp_dir.path(),
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/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/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/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/tools/crash_service/
main.cc 21 base::FilePath temp_dir; local
22 if (!file_util::GetTempDir(&temp_dir))
24 temp_dir = temp_dir.Append(L"chrome_crashes");
25 if (!base::PathExists(temp_dir)) {
26 if (!file_util::CreateDirectory(temp_dir))
29 *dir = temp_dir;
  /external/chromium_org/webkit/common/blob/
shareable_file_reference_unittest.cc 19 base::ScopedTempDir temp_dir; local
20 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
24 file_util::CreateTemporaryFileInDir(temp_dir.path(), &file);
  /external/chromium/chrome/browser/extensions/
convert_user_script.cc 55 ScopedTempDir temp_dir; local
56 if (!temp_dir.CreateUniqueTempDirUnderPath(user_data_temp_dir)) {
134 FilePath manifest_path = temp_dir.path().Append(
144 temp_dir.path().AppendASCII("script.js"))) {
150 temp_dir.path(),
160 temp_dir.Take(); // The caller takes ownership of the directory.
test_extension_prefs.h 30 const FilePath& temp_dir() const { return temp_dir_.path(); } function in class:TestExtensionPrefs
  /external/chromium_org/base/
path_service_unittest.cc 153 base::ScopedTempDir temp_dir; local
154 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
155 base::FilePath fake_cache_dir(temp_dir.path().AppendASCII("cache"));
161 base::FilePath fake_cache_dir2(temp_dir.path().AppendASCII("cache2"));
176 base::ScopedTempDir temp_dir; local
177 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
178 base::FilePath fake_cache_dir1(temp_dir.path().AppendASCII("1"));
183 base::FilePath fake_cache_dir2(temp_dir.path().AppendASCII("2"));
206 base::ScopedTempDir temp_dir; local
207 ASSERT_TRUE(temp_dir.CreateUniqueTempDir())
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_watcher_unittest.cc 115 base::ScopedTempDir temp_dir; local
116 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
129 temp_dir.path(),
141 ASSERT_TRUE(file_util::CreateTemporaryFileInDir(temp_dir.path(),
146 ASSERT_EQ(temp_dir.path().value(), changed_path.value());
  /external/chromium_org/chrome/browser/net/
net_log_temp_file.cc 140 base::FilePath temp_dir; local
141 if (!GetNetExportLogDirectory(&temp_dir))
144 log_path_ = temp_dir.Append(log_filename_);
  /external/chromium_org/chrome/browser/policy/cloud/
resource_cache_unittest.cc 30 base::ScopedTempDir temp_dir; local
31 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
32 ResourceCache cache(temp_dir.path());
  /external/chromium_org/chrome/browser/profiles/
profile_browsertest.cc 65 base::ScopedTempDir temp_dir; local
66 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
72 temp_dir.path(), &delegate, Profile::CREATE_MODE_SYNCHRONOUS));
82 base::ScopedTempDir temp_dir; local
83 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
84 CreatePrefsFileInDirectory(temp_dir.path());
90 temp_dir.path(), &delegate, Profile::CREATE_MODE_SYNCHRONOUS));
100 base::ScopedTempDir temp_dir; local
101 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
107 temp_dir.path(), &delegate, Profile::CREATE_MODE_ASYNCHRONOUS))
123 base::ScopedTempDir temp_dir; local
144 base::ScopedTempDir temp_dir; local
172 base::ScopedTempDir temp_dir; local
201 base::ScopedTempDir temp_dir; local
    [all...]
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_service_unittest.cc 81 base::ScopedTempDir temp_dir; local
82 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
  /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/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/chrome/test/webdriver/
webdriver_util_unittest.cc 30 base::ScopedTempDir temp_dir; local
31 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
41 ASSERT_TRUE(UnzipSoleFile(temp_dir.path(), data, &file, &error_msg))
  /external/chromium/chrome/common/
zip_unittest.cc 124 ScopedTempDir temp_dir; local
125 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
126 FilePath zip_file = temp_dir.path().AppendASCII("out.zip");
137 ScopedTempDir temp_dir; local
138 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
139 FilePath zip_file = temp_dir.path().AppendASCII("out.zip");
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_update_service_browsertest.cc 48 const base::FilePath& temp_dir = temp_dir_.path(); variable
53 const base::FilePath uptime_file = temp_dir.Append("uptime");

Completed in 1528 milliseconds

1 2 3 4