HomeSort by relevance Sort by last modified time
    Searched refs:GetTempPath (Results 1 - 17 of 17) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
JSystem.cs 77 return System.IO.Path.GetTempPath();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
JSystem.cs 76 return System.IO.Path.GetTempPath();
  /external/libcxx/test/support/
platform_support.h 65 do { } while (0 == GetTempPath(MAX_PATH+1, Path));
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_nesting_test.cc 147 GetTempPath(MAX_PATH, temp_path);
257 GetTempPath(MAX_PATH, temp_path);
281 GetTempPath(MAX_PATH, temp_path);
306 GetTempPath(MAX_PATH, temp_path);
minidump_test.cc 63 ::GetTempPath(MAX_PATH, temp_dir_path);
exception_handler_death_test.cc 81 GetTempPath(MAX_PATH, temp_path);
exception_handler_test.cc 119 GetTempPath(MAX_PATH, temp_path);
  /external/google-breakpad/src/tools/windows/symupload/
symupload.cc 124 if (GetTempPath(_MAX_PATH, temp_path) == 0) {
  /external/lzma/CPP/7zip/UI/Common/
Update.h 66 UString GetTempPath() const
Update.cpp 422 realPath = archivePath.GetTempPath();
842 const UString &tempPath = ap.GetTempPath();
  /external/skia/tools/
win_dbghelp.cpp 139 GetTempPath( dwBufferSize, szPath );
  /system/core/adb/
adb_main.cpp 169 GetTempPath( sizeof(temp) - 8, temp );
  /external/lzma/CPP/Windows/
FileDir.cpp 710 DWORD needLength = ::GetTempPath(MAX_PATH + 1, path.GetBuffer(MAX_PATH + 1));
  /system/core/fastboot/
fastboot.cpp 419 DWORD nchars = GetTempPath(sizeof(temp_path), temp_path);
421 fprintf(stderr, "GetTempPath failed, error %ld\n", GetLastError());
    [all...]
  /ndk/sources/host-tools/make-3.81/
job.c 255 unsigned path_size = GetTempPath(sizeof temp_path, temp_path);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 356 milliseconds