Searched refs:GetTempPath (Results 1 – 15 of 15) sorted by relevance
/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/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | JSystem.cs | 76 return System.IO.Path.GetTempPath(); in getProperty()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
D | JSystem.cs | 77 return System.IO.Path.GetTempPath(); in getProperty()
|
/external/libcxx/test/support/ |
D | platform_support.h | 78 do { } while (0 == GetTempPath(MAX_PATH+1, Path)); in get_temp_file_name()
|
/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/lzma/CPP/7zip/UI/Common/ |
D | Update.h | 41 FString GetTempPath() const;
|
D | Update.cpp | 317 FString CArchivePath::GetTempPath() const in GetTempPath() function in CArchivePath 673 realPath = archivePath.GetTempPath(); in Compress() 1327 const FString &tempPath = ap.GetTempPath(); in UpdateArchive()
|
/external/google-breakpad/src/tools/windows/symupload/ |
D | symupload.cc | 124 if (GetTempPath(_MAX_PATH, temp_path) == 0) { in DumpSymbolsToTempFile()
|
/external/skia/tools/ |
D | win_dbghelp.cpp | 139 GetTempPath( dwBufferSize, szPath ); in GenerateDumpAndPrintCallstack()
|
/external/lzma/CPP/Windows/ |
D | FileDir.cpp | 454 needLength = ::GetTempPath(MAX_PATH + 1, s); in MyGetTempPath()
|
/external/llvm/lib/Support/Windows/ |
D | Path.inc | 818 // This matches GetTempPath logic to some degree. GetTempPath is not used
|