/external/google-breakpad/src/client/windows/unittests/ |
D | exception_handler_nesting_test.cc | 147 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()
|
D | minidump_test.cc | 63 ::GetTempPath(MAX_PATH, temp_dir_path); in MinidumpTest()
|
D | exception_handler_death_test.cc | 81 GetTempPath(MAX_PATH, temp_path); in SetUp()
|
D | exception_handler_test.cc | 119 GetTempPath(MAX_PATH, temp_path); in SetUp()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | JSystem.cs | 76 return System.IO.Path.GetTempPath(); in getProperty()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
D | JSystem.cs | 77 return System.IO.Path.GetTempPath(); in getProperty()
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | tmpfile_windows.cc | 50 status = GetTempPath(MAX_PATH, tmp_path); in gpr_tmpfile()
|
/external/libcxx/test/support/ |
D | platform_support.h | 80 do { } while (0 == GetTempPath(MAX_PATH+1, Path)); in get_temp_file_name()
|
/external/libcups/cups/ |
D | tempfile.c | 62 GetTempPath(sizeof(tmppath), tmppath); in cupsTempFd()
|
/external/webrtc/webrtc/base/ |
D | win32filesystem.cc | 201 if (!::GetTempPath(arraysize(buffer), buffer)) in GetTemporaryFolder() 299 if (!::GetTempPath(arraysize(buffer), buffer)) in IsTemporaryPath()
|
D | win32regkey_unittest.cc | 568 EXPECT_LT(::GetTempPath(arraysize(temp_path), temp_path), in RegKeyStaticFunctionsTest()
|
/external/google-breakpad/src/tools/windows/symupload/ |
D | symupload.cc | 124 if (GetTempPath(_MAX_PATH, temp_path) == 0) { in DumpSymbolsToTempFile()
|
/external/skqp/tools/ |
D | win_dbghelp.cpp | 140 GetTempPath( dwBufferSize, szPath ); in GenerateDumpAndPrintCallstack()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Update.h | 43 FString GetTempPath() const;
|
D | Update.cpp | 337 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/ |
D | win_dbghelp.cpp | 140 GetTempPath( dwBufferSize, szPath ); in GenerateDumpAndPrintCallstack()
|
/external/lzma/CPP/Windows/ |
D | FileDir.cpp | 570 needLength = ::GetTempPath(MAX_PATH + 1, s); in MyGetTempPath()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Path.inc | 898 // This matches GetTempPath logic to some degree. GetTempPath is not used
|
/external/llvm/lib/Support/Windows/ |
D | Path.inc | 916 // This matches GetTempPath logic to some degree. GetTempPath is not used
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Path.inc | 1305 // This matches GetTempPath logic to some degree. GetTempPath is not used
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Path.inc | 204 if (!GetTempPath(MAX_PATH, pathname)) {
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 1119 if (!GetTempPath(sizeof(tempdir), tempdir) in ExtractInstallData()
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 1075 if (!GetTempPath(sizeof(tempdir), tempdir) in ExtractInstallData()
|