Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DPath.h312 void system_temp_directory(bool erasedOnReboot, SmallVectorImpl<char> &result);
/external/llvm/lib/Support/
DPath.cpp580 void system_temp_directory(bool erasedOnReboot, SmallVectorImpl<char> &result) { in system_temp_directory() argument
586 int ConfName = erasedOnReboot? _CS_DARWIN_USER_TEMP_DIR in system_temp_directory()
621 (void)erasedOnReboot; in system_temp_directory()
624 if (erasedOnReboot) in system_temp_directory()