Searched refs:GetTempPath (Results 1 – 21 of 21) sorted by relevance
/external/google-breakpad/src/client/windows/unittests/ |
D | exception_handler_nesting_test.cc | 150 GetTempPath(MAX_PATH, temp_path); in InstallExceptionHandlerAndCrash() 260 GetTempPath(MAX_PATH, temp_path); in TEST() 284 GetTempPath(MAX_PATH, temp_path); in TEST() 309 GetTempPath(MAX_PATH, temp_path); in TEST()
|
D | minidump_test.cc | 65 ::GetTempPath(MAX_PATH, temp_dir_path); in MinidumpTest()
|
D | exception_handler_death_test.cc | 84 GetTempPath(MAX_PATH, temp_path); in SetUp()
|
D | exception_handler_test.cc | 122 GetTempPath(MAX_PATH, temp_path); in SetUp()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/windows/ |
D | tmpfile.cc | 49 status = GetTempPath(MAX_PATH, tmp_path); in gpr_tmpfile()
|
/external/grpc-grpc/src/core/lib/gpr/windows/ |
D | tmpfile.cc | 49 status = GetTempPath(MAX_PATH, tmp_path); in gpr_tmpfile()
|
/external/antlr/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 | 80 do { } while (0 == GetTempPath(MAX_PATH+1, Path)); in get_temp_file_name()
|
/external/mesa3d/src/util/ |
D | memstream.c | 47 DWORD dwResult = GetTempPath(MAX_PATH, path); in u_memstream_open()
|
/external/grpc-grpc/src/csharp/Grpc.Tools.Tests/ |
D | DepFileUtilTest.cs | 151 string randomTempDir = Path.GetTempPath() + '/' + Path.GetRandomFileName(); in ReadDependencyInputFromFileData()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Update.h | 41 FString GetTempPath() const;
|
D | Update.cpp | 169 FString CArchivePath::GetTempPath() const in GetTempPath() function in CArchivePath 703 realPath = archivePath.GetTempPath(); in Compress() 1628 const FString &tempPath = ap.GetTempPath(); in UpdateArchive()
|
/external/google-breakpad/src/tools/windows/symupload/ |
D | symupload.cc | 132 if (GetTempPath(_MAX_PATH, temp_path) == 0) { in DumpSymbolsToTempFile()
|
/external/tensorflow/tensorflow/core/platform/ |
D | path.cc | 313 retval = GetTempPath(_MAX_PATH, temp_dir); in GetTempFilename()
|
/external/lzma/CPP/Windows/ |
D | FileDir.cpp | 803 len = ::GetTempPath(kBufSize, 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/cronet/stable/base/files/ |
D | file_util_win.cc | 564 DWORD path_len = ::GetTempPath(MAX_PATH, temp_path); in GetTempDir()
|
/external/cronet/tot/base/files/ |
D | file_util_win.cc | 564 DWORD path_len = ::GetTempPath(MAX_PATH, temp_path); in GetTempDir()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Path.inc | 1398 // This matches GetTempPath logic to some degree. GetTempPath is not used
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/Windows/ |
D | Path.inc | 1474 // This matches GetTempPath logic to some degree. GetTempPath is not used
|