Searched refs:OldCWD (Results 1 – 1 of 1) sorted by relevance
28 path OldCWD; member29 CWDGuard() : OldCWD(fs::current_path()) { } in CWDGuard()30 ~CWDGuard() { fs::current_path(OldCWD); } in ~CWDGuard()