/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
os.py | 575 # Note: spawnvp[e] is't currently supported on Windows 577 def spawnvp(mode, file, args): function 578 """spawnvp(mode, file, args) -> integer 625 if _exists("spawnvp"): 626 # At the moment, Windows doesn't implement spawnvp[e], 636 return spawnvp(mode, file, args) 650 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])
|
subprocess.py | 288 os.spawnvp(os.P_NOWAIT, path, args) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
os.py | 575 # Note: spawnvp[e] is't currently supported on Windows 577 def spawnvp(mode, file, args): function 578 """spawnvp(mode, file, args) -> integer 625 if _exists("spawnvp"): 626 # At the moment, Windows doesn't implement spawnvp[e], 636 return spawnvp(mode, file, args) 650 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])
|
subprocess.py | 288 os.spawnvp(os.P_NOWAIT, path, args) [all...] |
/external/bison/djgpp/ |
subpipe.c | 228 status = spawnvp(P_WAIT, program, arguments);
|
/external/bison/lib/ |
spawn-pipe.c | 193 macro. When using spawnvp() without 'e', the child process inherits a
|
wait-process.c | 47 /* The return value of spawnvp() is really a process handle as returned
|
/external/chromium_org/third_party/re2/lib/codereview/ |
codereview.py | [all...] |
/external/regex-re2/lib/codereview/ |
codereview.py | [all...] |