Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp498 const char *EnvironmentVariable; in system_temp_directory() local
500 EnvironmentVariable = "TEMP"; in system_temp_directory()
502 EnvironmentVariable = "TMPDIR"; in system_temp_directory()
504 if (char *RequestedDir = getenv(EnvironmentVariable)) { in system_temp_directory()