OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ORIGINAL_DIR
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py
401
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']
process.py
51
ORIGINAL_DIR
= os.path.abspath(os.getcwd())
53
ORIGINAL_DIR
= None
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py
401
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']
process.py
51
ORIGINAL_DIR
= os.path.abspath(os.getcwd())
53
ORIGINAL_DIR
= None
Completed in 717 milliseconds