Home
last modified time | relevance | path

Searched defs:CWDGuard (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/
H A Dfilesystem_test_helper.h436 struct CWDGuard { struct
438 CWDGuard() : oldCwd_(utils::getcwd()) { } in CWDGuard() function
439 ~CWDGuard() { in ~CWDGuard() argument
445 CWDGuard& operator=(CWDGuard const&) = delete; argument