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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 100 self._tempdir = _current_process._tempdir
310 self._tempdir = None
util.py 136 if current_process()._tempdir is None:
141 current_process()._tempdir = tempdir
142 return current_process()._tempdir
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 100 self._tempdir = _current_process._tempdir
310 self._tempdir = None
util.py 136 if current_process()._tempdir is None:
141 current_process()._tempdir = tempdir
142 return current_process()._tempdir

Completed in 6980 milliseconds