Searched defs:RestorePath (Results 1 – 2 of 2) sorted by relevance
2108 struct RestorePath { in TEST_F() struct2109 SmallString<128> path; in TEST_F()2110 RestorePath(const SmallString<128> &path) : path(path) {} in TEST_F() function2111 ~RestorePath() { fs::set_current_path(path); } in TEST_F()
152 auto RestorePath = in TEST() local