Searched defs:oldcwd (Results 1 - 1 of 1) sorted by relevance

/external/lldb/test/
H A Dlldbtest.py750 oldcwd = None variable in class:Base
768 cls.oldcwd = os.getcwd()
802 print >> sys.stderr, "Restore dir to:", cls.oldcwd
803 os.chdir(cls.oldcwd)

Completed in 117 milliseconds