Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/multiprocessing/
Dspawn.py169 sys_path[i] = process.ORIGINAL_DIR
175 orig_dir=process.ORIGINAL_DIR,
190 process.ORIGINAL_DIR is not None):
191 main_path = os.path.join(process.ORIGINAL_DIR, main_path)
228 process.ORIGINAL_DIR = data['orig_dir']
Dprocess.py29 ORIGINAL_DIR = os.path.abspath(os.getcwd()) variable
31 ORIGINAL_DIR = None variable
/external/protobuf/kokoro/release/python/macos/
Dbuild_artifacts.sh9 ORIGINAL_DIR=`pwd`
11 cp -R $ORIGINAL_DIR stage
/external/protobuf/kokoro/release/python/linux/
Dbuild_artifacts.sh9 ORIGINAL_DIR=`pwd`
11 cp -R $ORIGINAL_DIR stage
/external/python/cpython2/Lib/multiprocessing/
Dforking.py401 orig_dir=process.ORIGINAL_DIR,
415 process.ORIGINAL_DIR is not None:
416 main_path = os.path.join(process.ORIGINAL_DIR, main_path)
471 process.ORIGINAL_DIR = data['orig_dir']
Dprocess.py51 ORIGINAL_DIR = os.path.abspath(os.getcwd()) variable
53 ORIGINAL_DIR = None variable