Home
last modified time | relevance | path

Searched refs:GetTempPath (Results 1 – 24 of 24) 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.cc62 ::GetTempPath(MAX_PATH, temp_dir_path); in MinidumpTest()
Dexception_handler_test.cc119 GetTempPath(MAX_PATH, temp_path); in SetUp()
Dexception_handler_death_test.cc81 GetTempPath(MAX_PATH, temp_path); in SetUp()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/
Dtmpfile_windows.cc50 status = GetTempPath(MAX_PATH, tmp_path); in gpr_tmpfile()
/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/mesa3d/src/util/
Dmemstream.c37 DWORD dwResult = GetTempPath(MAX_PATH, path); in u_memstream_open()
/external/llvm-project/libcxx/test/support/
Dplatform_support.h79 do { } while (0 == GetTempPath(MAX_PATH+1, Path)); in get_temp_file_name()
/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/skqp/tools/
Dwin_dbghelp.cpp140 GetTempPath( dwBufferSize, szPath ); in GenerateDumpAndPrintCallstack()
/external/skia/tools/
Dwin_dbghelp.cpp140 GetTempPath( dwBufferSize, szPath ); in GenerateDumpAndPrintCallstack()
/external/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc129 if (GetTempPath(_MAX_PATH, temp_path) == 0) { in DumpSymbolsToTempFile()
/external/tensorflow/tensorflow/core/platform/
Dpath.cc312 retval = GetTempPath(_MAX_PATH, temp_dir); in GetTempFilename()
/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-10.0/llvm/lib/Support/Windows/
DPath.inc1398 // This matches GetTempPath logic to some degree. GetTempPath is not used
/external/llvm-project/llvm/lib/Support/Windows/
DPath.inc1465 // This matches GetTempPath logic to some degree. GetTempPath is not used
/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()