Searched refs:system_temp_directory (Results 1 – 19 of 19) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PathV2.h | 276 void system_temp_directory(bool erasedOnReboot, SmallVectorImpl<char> &result);
|
/external/llvm/include/llvm/Support/ |
D | Path.h | 339 void system_temp_directory(bool erasedOnReboot, SmallVectorImpl<char> &result);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Path.h | 339 void system_temp_directory(bool erasedOnReboot, SmallVectorImpl<char> &result);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Path.h | 356 void system_temp_directory(bool erasedOnReboot, SmallVectorImpl<char> &result);
|
/external/llvm/tools/dsymutil/ |
D | dsymutil.cpp | 180 llvm::sys::path::system_temp_directory(true, TmpFile); in getOutputFileName()
|
/external/llvm/unittests/Support/ |
D | Path.cpp | 357 path::system_temp_directory(false, TempDir); in TEST() 360 path::system_temp_directory(true, TempDir); in TEST() 380 path::system_temp_directory(true, TempDir); \
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 32 llvm::sys::path::system_temp_directory(true, TmpModel); in createTempFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | Path.cpp | 381 path::system_temp_directory(false, TempDir); in TEST() 384 path::system_temp_directory(true, TempDir); in TEST() 404 path::system_temp_directory(true, TempDir); \
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | PathV2.cpp | 493 void system_temp_directory(bool erasedOnReboot, SmallVectorImpl<char> &result) { in system_temp_directory() function
|
/external/llvm/lib/Support/ |
D | Path.cpp | 172 sys::path::system_temp_directory(true, TDir); in createUniqueEntity()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 172 sys::path::system_temp_directory(true, TDir); in createUniqueEntity()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Path.cpp | 180 sys::path::system_temp_directory(true, TDir); in createUniqueEntity()
|
/external/llvm/lib/Support/Unix/ |
D | Path.inc | 757 void system_temp_directory(bool ErasedOnReboot, SmallVectorImpl<char> &Result) {
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Path.inc | 773 void system_temp_directory(bool ErasedOnReboot, SmallVectorImpl<char> &Result) {
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Path.inc | 893 void system_temp_directory(bool ErasedOnReboot, SmallVectorImpl<char> &Result) {
|
/external/llvm/lib/Support/Windows/ |
D | Path.inc | 911 void system_temp_directory(bool ErasedOnReboot, SmallVectorImpl<char> &Result) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Path.inc | 1001 void system_temp_directory(bool ErasedOnReboot, SmallVectorImpl<char> &Result) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Path.inc | 1300 void system_temp_directory(bool ErasedOnReboot, SmallVectorImpl<char> &Result) {
|
/external/clang/lib/Driver/ |
D | Tools.cpp | 5308 llvm::sys::path::system_temp_directory(/*erasedOnReboot=*/false, Path); in ConstructJob()
|