Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/multiprocessing/
Dforking.py401 orig_dir=process.ORIGINAL_DIR,
414 process.ORIGINAL_DIR is not None:
415 main_path = os.path.join(process.ORIGINAL_DIR, main_path)
470 process.ORIGINAL_DIR = data['orig_dir']
Dprocess.py51 ORIGINAL_DIR = os.path.abspath(os.getcwd()) variable
53 ORIGINAL_DIR = None variable