Home
last modified time | relevance | path

Searched refs:erasedOnReboot (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPathV2.h276 void system_temp_directory(bool erasedOnReboot, SmallVectorImpl<char> &result);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h339 void system_temp_directory(bool erasedOnReboot, SmallVectorImpl<char> &result);
/external/llvm/include/llvm/Support/
DPath.h339 void system_temp_directory(bool erasedOnReboot, SmallVectorImpl<char> &result);
/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp493 void system_temp_directory(bool erasedOnReboot, SmallVectorImpl<char> &result) { in system_temp_directory() argument
512 (void)erasedOnReboot; in system_temp_directory()
515 if (erasedOnReboot) in system_temp_directory()