HomeSort by relevance Sort by last modified time
    Searched refs:temp_dir (Results 101 - 125 of 193) sorted by null

1 2 3 45 6 7 8

  /external/chromium_org/build/android/
lighttpd_server.py 49 self.temp_dir = tempfile.mkdtemp(prefix='lighttpd_for_chrome_android')
65 return os.path.join(self.temp_dir, name)
99 cwd=self.temp_dir)
117 shutil.rmtree(self.temp_dir, ignore_errors=True)
  /external/chromium_org/chrome/browser/extensions/
extension_service_test_base.h 100 const base::ScopedTempDir& temp_dir() const { return temp_dir_; } function in class:extensions::ExtensionServiceTestBase
test_extension_prefs.h 47 const base::FilePath& temp_dir() const { return temp_dir_.path(); } function in class:extensions::TestExtensionPrefs
  /external/chromium_org/chrome/installer/util/
work_item_list.cc 86 const std::wstring& temp_dir,
92 base::FilePath(temp_dir),
152 const std::wstring& temp_dir,
156 base::FilePath(temp_dir),
installer_state_unittest.cc 146 base::ScopedTempDir temp_dir; local
147 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
149 temp_dir.path());
227 base::ScopedTempDir temp_dir; local
228 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
231 temp_dir.path());
305 base::ScopedTempDir temp_dir; local
306 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
312 temp_dir.path());
323 temp_dir.path())
473 base::ScopedTempDir temp_dir; local
    [all...]
  /external/chromium_org/tools/grit/grit/
grd_reader_unittest.py 259 'subsub.grp': subsub_grd}) as temp_dir:
260 output = grd_reader.Parse(StringIO.StringIO(top_grd), temp_dir.GetPath())
286 with util.TempDir({'bad.grp': data}) as temp_dir:
287 self.assertRaises(raises, grd_reader.Parse, top_grd, temp_dir.GetPath())
308 with util.TempDir({}) as temp_dir:
309 grd_reader.Parse(StringIO.StringIO(grd_text), temp_dir.GetPath(),
  /external/chromium_org/content/browser/appcache/
appcache_database_unittest.cc 54 base::ScopedTempDir temp_dir; local
55 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
56 const base::FilePath kDbFile = temp_dir.path().AppendASCII("appcache.db");
57 const base::FilePath kNestedDir = temp_dir.path().AppendASCII("nested");
86 base::ScopedTempDir temp_dir; local
87 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
88 base::FilePath mock_dir = temp_dir.path().AppendASCII("mock");
121 base::ScopedTempDir temp_dir; local
122 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
123 const base::FilePath kDbFile = temp_dir.path().AppendASCII("appcache.db")
151 base::ScopedTempDir temp_dir; local
750 base::ScopedTempDir temp_dir; local
973 base::ScopedTempDir temp_dir; local
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_internals_ui.cc 212 base::ScopedTempDir temp_dir; local
213 if (!temp_dir.CreateUniqueTempDir())
218 base::FilePath temp_path = temp_dir.Take();
307 explicit FileDeleter(const base::FilePath& temp_dir) : temp_dir_(temp_dir) {}
  /external/chromium_org/content/public/test/
test_launcher.cc 238 base::FilePath temp_dir; local
240 FILE_PATH_LITERAL("d"), &temp_dir));
241 user_data_dir_map_[full_name] = temp_dir;
294 base::FilePath temp_dir; local
296 FILE_PATH_LITERAL("d"), &temp_dir));
297 user_data_dir_map_[test_name_no_pre] = temp_dir;
  /external/chromium_org/chrome/test/chromedriver/
session.h 78 base::ScopedTempDir temp_dir; member in struct:Session
run_buildbot_steps.py 116 temp_dir = util.MakeTempDir()
118 log_path = os.path.join(temp_dir, log_name)
282 temp_dir = util.MakeTempDir()
283 slave_utils.GSUtilCopy(build, temp_dir)
284 zip_path = os.path.join(temp_dir, os.path.basename(build))
287 util.Unzip(zip_path, temp_dir)
288 server_path = os.path.join(temp_dir, 'chromedriver')
  /external/chromium_org/base/win/
event_trace_controller_unittest.cc 164 ScopedTempDir temp_dir; local
165 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
167 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir.path(), &temp));
  /external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_screensaver.cc 69 virtual void OnUnpackSuccess(const base::FilePath& temp_dir,
93 const base::FilePath& temp_dir,
103 temp_dir,
  /external/chromium_org/chrome/utility/media_galleries/
pmp_column_reader_unittest.cc 24 base::ScopedTempDir temp_dir; local
25 if (!temp_dir.CreateUniqueTempDir())
29 if (!base::CreateTemporaryFileInDir(temp_dir.path(), &temp_path))
  /external/chromium_org/content/browser/fileapi/
copy_or_move_operation_delegate_unittest.cc 716 base::ScopedTempDir temp_dir; local
717 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
718 base::FilePath source_path = temp_dir.path().AppendASCII("source");
719 base::FilePath dest_path = temp_dir.path().AppendASCII("dest");
771 base::ScopedTempDir temp_dir; local
772 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
773 base::FilePath source_path = temp_dir.path().AppendASCII("source");
774 base::FilePath dest_path = temp_dir.path().AppendASCII("dest");
823 base::ScopedTempDir temp_dir; local
824 ASSERT_TRUE(temp_dir.CreateUniqueTempDir())
    [all...]
  /external/chromium_org/net/url_request/
url_fetcher_impl_unittest.cc 1357 base::ScopedTempDir temp_dir; local
1379 base::ScopedTempDir temp_dir; local
1404 base::ScopedTempDir temp_dir; local
1428 base::ScopedTempDir temp_dir; local
1455 base::ScopedTempDir temp_dir; local
    [all...]
  /external/chromium_org/chrome/browser/apps/
app_browsertest.cc 179 const base::FilePath& temp_dir,
181 base::FilePath path = temp_dir.AppendASCII(
571 base::ScopedTempDir temp_dir; local
572 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
576 temp_dir.path(),
586 base::ScopedTempDir temp_dir; local
587 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
591 temp_dir.path(),
697 base::ScopedTempDir temp_dir; local
698 ASSERT_TRUE(temp_dir.CreateUniqueTempDir())
    [all...]
  /external/chromium_org/components/leveldb_proto/
proto_database_impl_unittest.cc 328 ScopedTempDir temp_dir; local
329 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
339 db->Init(temp_dir.path(), base::Bind(&MockDatabaseCaller::InitCallback,
354 ScopedTempDir temp_dir; local
355 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
369 EXPECT_TRUE(db->Init(temp_dir.path()));
374 EXPECT_TRUE(db->Init(temp_dir.path()));
  /external/chromium_org/testing/gtest/test/
gtest-filepath_test.cc 521 const char* temp_dir = posix::GetEnv("TEMP");
522 if (temp_dir == NULL || temp_dir[0] == '\0')
524 else if (temp_dir[strlen(temp_dir) - 1] == '\\')
525 return temp_dir;
527 return std::string(temp_dir) + "\\";
  /external/gtest/test/
gtest-filepath_test.cc 521 const char* temp_dir = posix::GetEnv("TEMP");
522 if (temp_dir == NULL || temp_dir[0] == '\0')
524 else if (temp_dir[strlen(temp_dir) - 1] == '\\')
525 return temp_dir;
527 return std::string(temp_dir) + "\\";
  /ndk/sources/third_party/googletest/googletest/test/
gtest-filepath_test.cc 521 const char* temp_dir = posix::GetEnv("TEMP");
522 if (temp_dir == NULL || temp_dir[0] == '\0')
524 else if (temp_dir[strlen(temp_dir) - 1] == '\\')
525 return temp_dir;
527 return std::string(temp_dir) + "\\";
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
copy_operation_unittest.cc 50 const base::FilePath local_src_path = temp_dir().AppendASCII("local.txt");
83 const base::FilePath local_src_path = temp_dir().AppendASCII("local.txt");
116 const base::FilePath local_src_path = temp_dir().AppendASCII("local.gdoc");
149 const base::FilePath local_src_path = temp_dir().AppendASCII("local.gdoc");
184 const base::FilePath local_src_path = temp_dir().AppendASCII("local.gdoc");
303 EXPECT_TRUE(base::CreateTemporaryFileInDir(temp_dir(), &temp_file));
  /external/chromium_org/components/nacl/browser/
pnacl_host.cc 166 void PnaclHost::InitForTest(base::FilePath temp_dir, bool in_memory) {
170 temp_dir_ = temp_dir;
177 temp_dir,
188 void PnaclHost::DoCreateTemporaryFile(base::FilePath temp_dir,
194 bool rv = temp_dir.empty()
196 : base::CreateTemporaryFileInDir(temp_dir, &file_path);
  /external/protobuf/gtest/test/
gtest-filepath_test.cc 453 const char* temp_dir = posix::GetEnv("TEMP");
454 if (temp_dir == NULL || temp_dir[0] == '\0')
456 else if (String(temp_dir).EndsWith("\\"))
457 return String(temp_dir);
459 return String::Format("%s\\", temp_dir);
  /external/chromium_org/base/memory/
shared_memory_posix.cc 408 FilePath temp_dir; local
409 if (!GetShmemTempDir(false, &temp_dir))
421 *path = temp_dir.AppendASCII(name_base + ".shmem." + mem_name);

Completed in 2632 milliseconds

1 2 3 45 6 7 8