Home
last modified time | relevance | path

Searched refs:CreateTemporaryFileInDir (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/util/
Dtest_utils.cpp24 return CreateTemporaryFileInDir(tempPath, tempFileNameOut, maxFileNameLen); in CreateTemporaryFile()
Dtest_utils.h49 bool CreateTemporaryFileInDir(const char *dir, char *tempFileNameOut, uint32_t maxFileNameLen);
Dtest_utils_unittest.cpp111 ASSERT_TRUE(CreateTemporaryFileInDir(tempDir, path, kMaxPath)); in TEST()
/third_party/skia/third_party/externals/angle2/util/posix/
Dtest_utils_posix.cpp420 bool CreateTemporaryFileInDir(const char *dir, char *tempFileNameOut, uint32_t maxFileNameLen) in CreateTemporaryFileInDir() function
/third_party/skia/third_party/externals/angle2/util/windows/
Dtest_utils_win.cpp426 bool CreateTemporaryFileInDir(const char *dir, char *tempFileNameOut, uint32_t maxFileNameLen) in CreateTemporaryFileInDir() function