Searched refs:get_temp_dir (Results 1 - 12 of 12) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
H A Dconnection.py47 from multiprocessing.util import get_temp_dir, Finalize, sub_debug, debug namespace
90 return tempfile.mktemp(prefix='listener-', dir=get_temp_dir())
H A Dutil.py46 'log_to_stderr', 'get_temp_dir', 'register_after_fork',
134 def get_temp_dir(): function
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
H A Dconnection.py47 from multiprocessing.util import get_temp_dir, Finalize, sub_debug, debug namespace
90 return tempfile.mktemp(prefix='listener-', dir=get_temp_dir())
H A Dutil.py46 'log_to_stderr', 'get_temp_dir', 'register_after_fork',
134 def get_temp_dir(): function
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dconnection.py47 from multiprocessing.util import get_temp_dir, Finalize, sub_debug, debug namespace
90 return tempfile.mktemp(prefix='listener-', dir=get_temp_dir())
H A Dutil.py46 'log_to_stderr', 'get_temp_dir', 'register_after_fork',
134 def get_temp_dir(): function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dconnection.py47 from multiprocessing.util import get_temp_dir, Finalize, sub_debug, debug namespace
90 return tempfile.mktemp(prefix='listener-', dir=get_temp_dir())
H A Dutil.py46 'log_to_stderr', 'get_temp_dir', 'register_after_fork',
134 def get_temp_dir(): function
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_multiprocessing.py2487 util.get_temp_dir() # creates temp directory for use by all processes
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_multiprocessing.py2487 util.get_temp_dir() # creates temp directory for use by all processes
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_multiprocessing.py2487 util.get_temp_dir() # creates temp directory for use by all processes
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_multiprocessing.py2487 util.get_temp_dir() # creates temp directory for use by all processes

Completed in 228 milliseconds