Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/support/
Dfilesystem_test_helper.h420 std::string oldCwd_; member
421 CWDGuard() : oldCwd_(utils::getcwd()) { } in CWDGuard()
423 int ret = ::chdir(oldCwd_.c_str()); in ~CWDGuard()