Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp455 class WithEnv { class
460 WithEnv(const char *Var, const char *Value) : Var(Var) { in WithEnv() function in __anona20e41150111::WithEnv
468 ~WithEnv() { in ~WithEnv()
498 WithEnv Env("HOME", nullptr); in TEST()
511 WithEnv Env("XDG_CONFIG_HOME", "/xdg/config"); in TEST()
519 WithEnv Env("XDG_CONFIG_HOME", nullptr); in TEST()
531 WithEnv Env("XDG_CACHE_HOME", "/xdg/cache"); in TEST()
539 WithEnv Env("XDG_CACHE_HOME", nullptr); in TEST()