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

  /external/chromium_org/content/child/npapi/
plugin_stream_win.cc 48 char temp_directory[MAX_PATH]; local
49 if (GetTempPathA(MAX_PATH, temp_directory) == 0)
51 if (GetTempFileNameA(temp_directory, "npstream", 0, temp_file_name_) == 0)
  /external/chromium_org/sandbox/win/src/
win_utils_unittest.cc 16 wchar_t temp_directory[MAX_PATH]; local
18 ASSERT_NE(::GetTempPath(MAX_PATH, temp_directory), 0u);
19 ASSERT_NE(::GetTempFileName(temp_directory, L"test", 0, my_folder), 0u);
43 std::wstring temp_dir_nt = std::wstring(L"\\??\\") + temp_directory;
58 wchar_t temp_directory[MAX_PATH]; local
60 ASSERT_NE(::GetTempPath(MAX_PATH, temp_directory), 0u);
61 ASSERT_NE(::GetTempFileName(temp_directory, L"test", 0, my_folder), 0u);
handle_inheritance_test.cc 21 wchar_t temp_directory[MAX_PATH]; local
23 ASSERT_NE(::GetTempPath(MAX_PATH, temp_directory), 0u);
24 ASSERT_NE(::GetTempFileName(temp_directory, L"test", 0, temp_file_name), 0u);
file_policy_test.cc 287 wchar_t temp_directory[MAX_PATH]; local
289 ASSERT_NE(::GetTempPath(MAX_PATH, temp_directory), 0u);
290 ASSERT_NE(::GetTempFileName(temp_directory, L"test", 0, temp_file_name), 0u);
317 wchar_t temp_directory[MAX_PATH]; local
319 ASSERT_NE(::GetTempPath(MAX_PATH, temp_directory), 0u);
320 ASSERT_NE(::GetTempFileName(temp_directory, L"test", 0, temp_file_name), 0u);
322 wcscat_s(temp_directory, MAX_PATH, L"*");
323 EXPECT_TRUE(runner.AddFsRule(TargetPolicy::FILES_ALLOW_ANY, temp_directory));
402 wchar_t temp_directory[MAX_PATH]; local
411 ASSERT_NE(::GetTempPath(MAX_PATH, temp_directory), 0u)
526 wchar_t temp_directory[MAX_PATH]; local
    [all...]
app_container_test.cc 32 wchar_t temp_directory[MAX_PATH] = {}; local
33 GetTempPath(MAX_PATH, temp_directory);
34 GetTempFileName(temp_directory, L"test", 0, file_name);
  /external/chromium_org/chrome_frame/
chrome_frame_reporting.cc 68 base::FilePath temp_directory; local
69 if (!file_util::GetTempDir(&temp_directory) || temp_directory.empty())
78 true, kChromePipeName, temp_directory.value(), GetCustomInfo(dll_path));
93 false, user_sid.c_str(), temp_directory.value(), GetCustomInfo(dll_path));
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_unittest.cc 35 base::ScopedTempDir temp_directory; local
36 ASSERT_TRUE(temp_directory.CreateUniqueTempDir());
45 LevelDBDatabase::Open(temp_directory.path(), &comparator, &leveldb);
53 LevelDBDatabase::Open(temp_directory.path(), &comparator, &leveldb);
63 base::FilePath file_path = temp_directory.path().AppendASCII("CURRENT");
73 LevelDBDatabase::Open(temp_directory.path(), &comparator, &leveldb);
77 bool destroyed = LevelDBDatabase::Destroy(temp_directory.path());
80 status = LevelDBDatabase::Open(temp_directory.path(), &comparator, &leveldb);
89 base::ScopedTempDir temp_directory; local
90 ASSERT_TRUE(temp_directory.CreateUniqueTempDir())
153 base::ScopedTempDir temp_directory; local
    [all...]
  /external/chromium_org/apps/
app_restore_service_browsertest.cc 62 base::ScopedTempDir temp_directory; local
63 ASSERT_TRUE(temp_directory.CreateUniqueTempDir());
65 ASSERT_TRUE(file_util::CreateTemporaryFileInDir(temp_directory.path(),
71 "temp", temp_directory.path());
107 base::ScopedTempDir temp_directory; local
108 ASSERT_TRUE(temp_directory.CreateUniqueTempDir());
110 ASSERT_TRUE(file_util::CreateTemporaryFileInDir(temp_directory.path(),
116 "temp", temp_directory.path());
  /external/chromium_org/content/browser/indexed_db/
indexed_db_cleanup_on_io_error_unittest.cc 65 base::ScopedTempDir temp_directory; local
66 ASSERT_TRUE(temp_directory.CreateUniqueTempDir());
67 const base::FilePath path = temp_directory.path();
112 base::ScopedTempDir temp_directory; local
113 ASSERT_TRUE(temp_directory.CreateUniqueTempDir());
114 const base::FilePath path = temp_directory.path();
indexed_db_backing_store_unittest.cc 346 base::ScopedTempDir temp_directory; local
347 ASSERT_TRUE(temp_directory.CreateUniqueTempDir());
349 factory->TestOpenBackingStore(origin1, temp_directory.path());
353 factory->TestOpenBackingStore(origin1, temp_directory.path());
358 factory->TestOpenBackingStore(origin2, temp_directory.path());
396 base::ScopedTempDir temp_directory; local
397 ASSERT_TRUE(temp_directory.CreateUniqueTempDir());
398 const base::FilePath base_path = temp_directory.path();
  /external/chromium_org/media/tools/layout_tests/
test_expectations_history.py 64 temp_directory = tempfile.mkdtemp()
65 test_expectations_path = os.path.join(temp_directory, 'TestExpectations')
69 client.checkout(te_location_dir, temp_directory, recurse=False)
106 text = client.diff(temp_directory,
  /external/chromium_org/remoting/base/
breakpad_win.cc 110 wchar_t temp_directory[MAX_PATH + 1] = { 0 }; local
111 DWORD length = GetTempPath(MAX_PATH, temp_directory);
121 temp_directory, &OnExceptionCallback, NULL, NULL,
  /external/chromium/chrome/browser/sync/
profile_sync_service_unittest.cc 343 FilePath temp_directory = profile_->GetPath().AppendASCII("Sync Data"); local
345 temp_directory.AppendASCII("BookmarkSyncSettings.sqlite3");
346 FilePath sync_file2 = temp_directory.AppendASCII("SyncData.sqlite3");
347 FilePath sync_file3 = temp_directory.AppendASCII("nonsense_file");
348 ASSERT_TRUE(file_util::CreateDirectory(temp_directory));
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_unittest.cc 423 base::FilePath temp_directory = local
426 temp_directory.AppendASCII("BookmarkSyncSettings.sqlite3");
427 base::FilePath sync_file2 = temp_directory.AppendASCII("SyncData.sqlite3");
428 base::FilePath sync_file3 = temp_directory.AppendASCII("nonsense_file");
429 ASSERT_TRUE(file_util::CreateDirectory(temp_directory));
  /external/chromium/chrome/browser/history/
redirect_uitest.cc 109 ScopedTempDir temp_directory; local
110 ASSERT_TRUE(temp_directory.CreateUniqueTempDir());
112 ASSERT_TRUE(file_util::CreateTemporaryFileInDir(temp_directory.path(),
  /external/chromium_org/chrome/browser/history/
redirect_browsertest.cc 134 base::ScopedTempDir temp_directory; local
135 ASSERT_TRUE(temp_directory.CreateUniqueTempDir());
137 ASSERT_TRUE(file_util::CreateTemporaryFileInDir(temp_directory.path(),
in_memory_url_index_unittest.cc 997 base::ScopedTempDir temp_directory; local
1061 base::ScopedTempDir temp_directory; local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui_browsertest.cc 340 base::ScopedTempDir temp_directory; local
341 ASSERT_TRUE(temp_directory.CreateUniqueTempDir());
343 ASSERT_TRUE(file_util::CreateTemporaryFileInDir(temp_directory.path(),
  /external/chromium_org/chrome/installer/setup/
setup_main.cc     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
scm_unittest.py 186 test_object.temp_directory = tempfile.mkdtemp(suffix="svn_test")
187 test_object.svn_repo_path = os.path.join(test_object.temp_directory, "repo")
189 test_object.svn_checkout_path = os.path.join(test_object.temp_directory, "checkout")
221 remove_dir(test_object.temp_directory)
    [all...]

Completed in 491 milliseconds