Home
last modified time | relevance | path

Searched refs:GetTempPath (Results 1 – 23 of 23) sorted by relevance

/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_nesting_test.cc147 GetTempPath(MAX_PATH, temp_path); in InstallExceptionHandlerAndCrash()
257 GetTempPath(MAX_PATH, temp_path); in TEST()
281 GetTempPath(MAX_PATH, temp_path); in TEST()
306 GetTempPath(MAX_PATH, temp_path); in TEST()
Dminidump_test.cc63 ::GetTempPath(MAX_PATH, temp_dir_path); in MinidumpTest()
Dexception_handler_death_test.cc81 GetTempPath(MAX_PATH, temp_path); in SetUp()
Dexception_handler_test.cc119 GetTempPath(MAX_PATH, temp_path); in SetUp()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DJSystem.cs76 return System.IO.Path.GetTempPath(); in getProperty()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DJSystem.cs77 return System.IO.Path.GetTempPath(); in getProperty()
/external/grpc-grpc/src/core/lib/gpr/
Dtmpfile_windows.cc50 status = GetTempPath(MAX_PATH, tmp_path); in gpr_tmpfile()
/external/libcxx/test/support/
Dplatform_support.h80 do { } while (0 == GetTempPath(MAX_PATH+1, Path)); in get_temp_file_name()
/external/libcups/cups/
Dtempfile.c62 GetTempPath(sizeof(tmppath), tmppath); in cupsTempFd()
/external/webrtc/webrtc/base/
Dwin32filesystem.cc201 if (!::GetTempPath(arraysize(buffer), buffer)) in GetTemporaryFolder()
299 if (!::GetTempPath(arraysize(buffer), buffer)) in IsTemporaryPath()
Dwin32regkey_unittest.cc568 EXPECT_LT(::GetTempPath(arraysize(temp_path), temp_path), in RegKeyStaticFunctionsTest()
/external/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc124 if (GetTempPath(_MAX_PATH, temp_path) == 0) { in DumpSymbolsToTempFile()
/external/skqp/tools/
Dwin_dbghelp.cpp140 GetTempPath( dwBufferSize, szPath ); in GenerateDumpAndPrintCallstack()
/external/lzma/CPP/7zip/UI/Common/
DUpdate.h43 FString GetTempPath() const;
DUpdate.cpp337 FString CArchivePath::GetTempPath() const in GetTempPath() function in CArchivePath
802 realPath = archivePath.GetTempPath(); in Compress()
1515 const FString &tempPath = ap.GetTempPath(); in UpdateArchive()
/external/skia/tools/
Dwin_dbghelp.cpp140 GetTempPath( dwBufferSize, szPath ); in GenerateDumpAndPrintCallstack()
/external/lzma/CPP/Windows/
DFileDir.cpp570 needLength = ::GetTempPath(MAX_PATH + 1, s); in MyGetTempPath()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc898 // This matches GetTempPath logic to some degree. GetTempPath is not used
/external/llvm/lib/Support/Windows/
DPath.inc916 // This matches GetTempPath logic to some degree. GetTempPath is not used
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DPath.inc1305 // This matches GetTempPath logic to some degree. GetTempPath is not used
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPath.inc204 if (!GetTempPath(MAX_PATH, pathname)) {
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c1119 if (!GetTempPath(sizeof(tempdir), tempdir) in ExtractInstallData()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1075 if (!GetTempPath(sizeof(tempdir), tempdir) in ExtractInstallData()