Home
last modified time | relevance | path

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

/external/llvm/lib/Support/Unix/
DPath.inc677 if (char *RequestedDir = getenv("HOME")) {
679 result.append(RequestedDir, RequestedDir + strlen(RequestedDir));
762 if (const char *RequestedDir = getEnvTempDir()) {
763 Result.append(RequestedDir, RequestedDir + strlen(RequestedDir));
771 const char *RequestedDir = getDefaultTempDir(ErasedOnReboot);
772 Result.append(RequestedDir, RequestedDir + strlen(RequestedDir));
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DPath.inc693 if (char *RequestedDir = getenv("HOME")) {
695 result.append(RequestedDir, RequestedDir + strlen(RequestedDir));
778 if (const char *RequestedDir = getEnvTempDir()) {
779 Result.append(RequestedDir, RequestedDir + strlen(RequestedDir));
787 const char *RequestedDir = getDefaultTempDir(ErasedOnReboot);
788 Result.append(RequestedDir, RequestedDir + strlen(RequestedDir));
/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp504 if (char *RequestedDir = getenv(EnvironmentVariable)) { in system_temp_directory() local
505 result.append(RequestedDir, RequestedDir + strlen(RequestedDir)); in system_temp_directory()