Home
last modified time | relevance | path

Searched refs:CreateTemporaryFile (Results 1 – 15 of 15) sorted by relevance

/external/toolchain-utils/llvm_tools/
Dupdate_packages_and_run_tryjobs_unittest.py16 from test_helpers import CreateTemporaryFile
32 with CreateTemporaryFile() as temp_file:
46 with CreateTemporaryFile() as temp_file:
263 with CreateTemporaryFile() as last_tested_file:
Dtest_helpers.py73 return CreateTemporaryFile(suffix='.json')
77 def CreateTemporaryFile(suffix=''): function
/external/angle/util/
Dtest_utils.cpp16 bool CreateTemporaryFile(char *tempFileNameOut, uint32_t maxFileNameLen) in CreateTemporaryFile() function
Dtest_utils.h46 bool CreateTemporaryFile(char *tempFileNameOut, uint32_t maxFileNameLen);
Dtest_utils_unittest.cpp80 ASSERT_TRUE(CreateTemporaryFile(path, kMaxPath)); in TEST()
/external/libchrome/base/test/
Dfontconfig_util_linux.cc406 CHECK(CreateTemporaryFile(&fonts_conf_file_temp)); in SetUpFontconfig()
/external/libchrome/base/files/
Dfile_util.h271 BASE_EXPORT bool CreateTemporaryFile(FilePath* path);
Dfile_util_posix.cc634 bool CreateTemporaryFile(FilePath* path) { in CreateTemporaryFile() function
/external/v8/third_party/zlib/google/
Dzip_unittest.cc35 if (!base::CreateTemporaryFile(file_path)) in CreateFile()
537 ASSERT_TRUE(base::CreateTemporaryFile(&zip_file)); in TEST_F()
Dzip_reader_unittest.cc633 ASSERT_TRUE(base::CreateTemporaryFile(&temp_file_path_)); in SetUp()
/external/zlib/google/
Dzip_unittest.cc34 if (!base::CreateTemporaryFile(file_path)) in CreateFile()
536 ASSERT_TRUE(base::CreateTemporaryFile(&zip_file)); in TEST_F()
Dzip_reader_unittest.cc633 ASSERT_TRUE(base::CreateTemporaryFile(&temp_file_path_)); in SetUp()
/external/libchrome/mojo/core/
Dplatform_wrapper_unittest.cc66 ASSERT_TRUE(base::CreateTemporaryFile(&temp_file_path)); in TEST_F()
/external/angle/src/tests/test_utils/runner/
DTestSuite.cpp850 if (!CreateTemporaryFile(filterBuffer, kMaxPath)) in launchChildTestProcess()
872 if (!CreateTemporaryFile(resultsBuffer, kMaxPath)) in launchChildTestProcess()
/external/libbrillo/brillo/streams/
Dfile_stream.cc268 if (!base::CreateTemporaryFile(&path)) { in CreateTemporary()