Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp1498 struct RestorePath { in TEST_F() struct
1500 RestorePath(const SmallString<128> &path) : path(path) {} in TEST_F() function
1501 ~RestorePath() { fs::set_current_path(path); } in TEST_F() argument