Home
last modified time | relevance | path

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

/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/
Dcanonical.pass.cpp28 path OldCWD; member
29 CWDGuard() : OldCWD(fs::current_path()) { } in CWDGuard()
30 ~CWDGuard() { fs::current_path(OldCWD); } in ~CWDGuard()