HomeSort by relevance Sort by last modified time
    Searched refs:_dirs (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 136 self._dirs = dirs or []
138 self._dirs = map(os.path.normpath, self._dirs)
170 for d in self._dirs:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 136 self._dirs = dirs or []
138 self._dirs = map(os.path.normpath, self._dirs)
170 for d in self._dirs:

Completed in 984 milliseconds