Searched refs:CreateTemporaryFile (Results 1 – 5 of 5) sorted by relevance
406 CHECK(CreateTemporaryFile(&fonts_conf_file_temp)); in SetUpFontconfig()
271 BASE_EXPORT bool CreateTemporaryFile(FilePath* path);
634 bool CreateTemporaryFile(FilePath* path) { in CreateTemporaryFile() function
66 ASSERT_TRUE(base::CreateTemporaryFile(&temp_file_path)); in TEST_F()
268 if (!base::CreateTemporaryFile(&path)) { in CreateTemporary()