| /external/chromium_org/chrome/browser/apps/ |
| ephemeral_app_browsertest.cc | 187 base::ScopedTempDir temp_dir; local 188 EXPECT_TRUE(temp_dir.CreateUniqueTempDir()); 190 base::FilePath crx_path = temp_dir.path().AppendASCII("temp.crx"); 494 base::ScopedTempDir temp_dir; local 495 ASSERT_TRUE(temp_dir.CreateUniqueTempDir()); 497 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir.path(), &temp_file)); 505 "temp", temp_dir.path());
|
| /external/chromium_org/chrome/browser/extensions/api/media_galleries/ |
| media_galleries_apitest.cc | 145 base::ScopedTempDir temp_dir; local 146 if (!temp_dir.CreateUniqueTempDir()) 149 if (!base::CopyDirectory(from_dir, temp_dir.path(), true)) 155 temp_dir.path().AppendASCII(extension_name) 167 base::AutoReset<base::FilePath> reset(&test_data_dir_, temp_dir.path());
|
| /external/chromium_org/chrome/browser/performance_monitor/ |
| performance_monitor_browsertest.cc | 476 base::ScopedTempDir temp_dir; local 477 ASSERT_TRUE(temp_dir.CreateUniqueTempDir()); 488 temp_dir.path().AppendASCII("simple_extension1.crx"), 493 temp_dir.path().AppendASCII("simple_extension2.crx"),
|
| /external/chromium_org/components/breakpad/app/ |
| breakpad_win.cc | 550 wchar_t temp_dir[MAX_PATH] = {0}; local 551 ::GetTempPathW(MAX_PATH, temp_dir); 560 g_breakpad = new google_breakpad::ExceptionHandler(temp_dir, &FilterCallback, 566 g_dumphandler_no_crash = new google_breakpad::ExceptionHandler(temp_dir,
|
| /external/chromium_org/content/browser/appcache/ |
| appcache_database_unittest.cc | 60 base::ScopedTempDir temp_dir; local 61 ASSERT_TRUE(temp_dir.CreateUniqueTempDir()); 62 const base::FilePath kDbFile = temp_dir.path().AppendASCII("appcache.db"); 63 const base::FilePath kNestedDir = temp_dir.path().AppendASCII("nested"); 92 base::ScopedTempDir temp_dir; local 93 ASSERT_TRUE(temp_dir.CreateUniqueTempDir()); 94 base::FilePath mock_dir = temp_dir.path().AppendASCII("mock"); 127 base::ScopedTempDir temp_dir; local 128 ASSERT_TRUE(temp_dir.CreateUniqueTempDir()); 129 const base::FilePath kDbFile = temp_dir.path().AppendASCII("appcache.db") 157 base::ScopedTempDir temp_dir; local 756 base::ScopedTempDir temp_dir; local 979 base::ScopedTempDir temp_dir; local [all...] |
| /external/chromium_org/content/browser/ |
| database_tracker_unittest.cc | 199 base::ScopedTempDir temp_dir; local 200 ASSERT_TRUE(temp_dir.CreateUniqueTempDir()); 205 new DatabaseTracker(temp_dir.path(), 307 base::ScopedTempDir temp_dir; local 308 ASSERT_TRUE(temp_dir.CreateUniqueTempDir()); 313 new DatabaseTracker(temp_dir.path(), 460 base::ScopedTempDir temp_dir; local 461 ASSERT_TRUE(temp_dir.CreateUniqueTempDir()); 467 new DatabaseTracker(temp_dir.path(), 563 base::ScopedTempDir temp_dir; local 643 base::ScopedTempDir temp_dir; local 720 base::ScopedTempDir temp_dir; local 767 base::ScopedTempDir temp_dir; local [all...] |
| /external/chromium_org/net/http/ |
| http_stream_parser_unittest.cc | 132 base::ScopedTempDir temp_dir; local 133 ASSERT_TRUE(temp_dir.CreateUniqueTempDir()); 135 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir.path(),
|
| /external/chromium_org/sync/syncable/ |
| syncable_unittest.cc | 129 base::ScopedTempDir temp_dir; local 130 ASSERT_TRUE(temp_dir.CreateUniqueTempDir()); 131 base::FilePath file_path = temp_dir.path().Append(
|
| /external/chromium_org/chrome/browser/chromeos/system/ |
| automatic_reboot_manager_unittest.cc | 346 const base::FilePath& temp_dir = temp_dir_.path(); local 347 const base::FilePath uptime_file = temp_dir.Append("uptime"); 351 temp_dir.Append("update_reboot_needed_uptime"); [all...] |
| /external/chromium_org/chrome/browser/media_galleries/fileapi/ |
| picasa_file_util_unittest.cc | 558 base::ScopedTempDir temp_dir; local 559 ASSERT_TRUE(temp_dir.CreateUniqueTempDir()); 561 base::FilePath image_path = temp_dir.path().AppendASCII("img.jpg");
|
| /external/chromium_org/chrome/browser/profile_resetter/ |
| profile_resetter_unittest.cc | 583 base::ScopedTempDir temp_dir; local 584 ASSERT_TRUE(temp_dir.CreateUniqueTempDir()); 588 temp_dir.path(), 679 base::ScopedTempDir temp_dir; local 680 ASSERT_TRUE(temp_dir.CreateUniqueTempDir()); 684 temp_dir.path(), [all...] |
| /external/chromium_org/chrome/browser/ |
| shell_integration_linux.cc | 96 base::ScopedTempDir temp_dir; 97 if (!temp_dir.CreateUniqueTempDir()) 100 base::FilePath temp_file_path = temp_dir.path().Append( 199 base::ScopedTempDir temp_dir; local 200 if (!temp_dir.CreateUniqueTempDir()) 205 temp_directory_path = temp_dir.path().Append(directory_filename); 215 base::FilePath temp_file_path = temp_dir.path().Append(shortcut_filename); [all...] |
| /external/chromium_org/chrome/installer/setup/ |
| uninstall.cc | 68 SelfCleaningTempDir temp_dir; local 69 if (!temp_dir.Initialize(target_path.DirName(), 71 !temp_dir.Delete()) { [all...] |
| /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...] |
| url_request_unittest.cc | 866 base::ScopedTempDir temp_dir; local 867 ASSERT_TRUE(temp_dir.CreateUniqueTempDir()); 869 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir.path(), &test_file)); [all...] |
| /external/fio/ |
| stat.c | 1497 const char *temp_dir; local [all...] |
| /external/chromium_org/base/ |
| file_util_unittest.cc | 316 // temp_dir 324 // |-> to_sub_a (reparse point to temp_dir\base_a\sub_a) 325 // |-> to_base_b (reparse point to temp_dir\base_b) 326 // |-> to_sub_long (reparse point to temp_dir\sub_a\long_name_\sub_long) 1704 FilePath temp_dir; local [all...] |
| /external/qemu/ |
| block.c | 228 char temp_dir[MAX_PATH]; local 230 GetTempPath(MAX_PATH, temp_dir); 231 GetTempFileName(temp_dir, "qem", 0, filename); [all...] |
| /external/chromium_org/chrome/browser/extensions/ |
| extension_service_unittest.cc | 600 base::ScopedTempDir temp_dir; local 601 EXPECT_TRUE(temp_dir.CreateUniqueTempDir()); 602 crx_path = temp_dir.path().AppendASCII("temp.crx"); 780 base::FilePath path = temp_dir().path(); 1954 base::ScopedTempDir temp_dir; local 2027 base::ScopedTempDir temp_dir; local 2146 base::ScopedTempDir temp_dir; local [all...] |