Searched refs:CreateTemporaryFile (Results 1 – 20 of 20) sorted by relevance
73 return CreateTemporaryFile(suffix='.json')77 def CreateTemporaryFile(suffix=''): function
33 with test_helpers.CreateTemporaryFile() as temp_file:47 with test_helpers.CreateTemporaryFile() as last_tested_file:228 with test_helpers.CreateTemporaryFile() as last_tested_file:
14 base::CreateTemporaryFile(&loop_backing_file); in TEST()
16 bool CreateTemporaryFile(char *tempFileNameOut, uint32_t maxFileNameLen) in CreateTemporaryFile() function
50 bool CreateTemporaryFile(char *tempFileNameOut, uint32_t maxFileNameLen);
83 ASSERT_TRUE(CreateTemporaryFile(path, kMaxPath)); in TEST()
66 virtual bool CreateTemporaryFile(base::FilePath* path) = 0;
131 bool CreateTemporaryFile(base::FilePath* path) override { in CreateTemporaryFile() function in base::__anonf804e4930111::DefaultUnitTestPlatformDelegate633 platform_delegate->CreateTemporaryFile(&flag_file); in RunUnitTestsSerially()666 platform_delegate->CreateTemporaryFile(&flag_file); in RunUnitTestsBatch()
406 CHECK(CreateTemporaryFile(&fonts_conf_file_temp)); in SetUpFontconfig()
85 CreateTemporaryFile(&temp_path); in TEST()
271 BASE_EXPORT bool CreateTemporaryFile(FilePath* path);
39 CreateTemporaryFile(&temp_file_path_); in SetUp()
122 if (!CreateTemporaryFile(&file_path_)) { in RunWork()
635 bool CreateTemporaryFile(FilePath* path) { in CreateTemporaryFile() function
2391 ASSERT_TRUE(CreateTemporaryFile(&(temp_files[i]))); in TEST_F()
66 ASSERT_TRUE(base::CreateTemporaryFile(&temp_file_path)); in TEST_F()
35 if (!base::CreateTemporaryFile(file_path)) in CreateFile()537 ASSERT_TRUE(base::CreateTemporaryFile(&zip_file)); in TEST_F()
634 ASSERT_TRUE(base::CreateTemporaryFile(&temp_file_path_)); in SetUp()
258 if (!base::CreateTemporaryFile(&path)) { in CreateTemporary()
1365 if (!CreateTemporaryFile(filterBuffer, kMaxPath)) in launchChildTestProcess()1389 if (!CreateTemporaryFile(resultsBuffer, kMaxPath)) in launchChildTestProcess()