Home
last modified time | relevance | path

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

/external/chromium_org/tools/gyp/test/lib/
DTestCmd.py279 _Cleanup = [] variable
284 global _Cleanup
285 cleanlist = filter(None, _Cleanup)
286 del _Cleanup[:]
994 global _Cleanup
995 _Cleanup.remove(self)
1374 global _Cleanup
1376 _Cleanup.index(self)
1378 _Cleanup.append(self)