Lines Matching refs:TZPATH
60 Adds a setUp() and tearDown() to make TZPATH manipulations thread-safe.
62 Any tests that require manipulation of the TZPATH global are necessarily
63 thread unsafe, so we will acquire a lock and reset the TZPATH variable
233 "../zoneinfo/America/Los_Angeles", # Traverses above TZPATH
1544 # reset the environment TZPATH.
1563 tzpath = self.module.TZPATH
1598 tzpath = self.module.TZPATH
1605 self.assertSequenceEqual(self.module.TZPATH, ("/a/b/c",))
1638 query_0 = self.module.TZPATH
1641 query_1 = self.module.TZPATH