Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/unittest/test/
Dtest_discovery.py146 def restore_path(): function
148 self.addCleanup(restore_path)
/external/python/cpython3/Lib/unittest/test/
Dtest_discovery.py379 def restore_path(): function
381 self.addCleanup(restore_path)
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp1502 } restore_path(path); in TEST_F() local