Searched refs:spawnvpe (Results 1 - 6 of 6) sorted by relevance
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
H A D | os.py | 587 def spawnvpe(mode, file, args, env): function 588 """spawnvpe(mode, file, args, env) -> integer 647 return spawnvpe(mode, file, args[:-1], env) 650 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
H A D | os.py | 587 def spawnvpe(mode, file, args, env): function 588 """spawnvpe(mode, file, args, env) -> integer 647 return spawnvpe(mode, file, args[:-1], env) 650 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
H A D | os.py | 587 def spawnvpe(mode, file, args, env): function 588 """spawnvpe(mode, file, args, env) -> integer 647 return spawnvpe(mode, file, args[:-1], env) 650 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
H A D | os.py | 587 def spawnvpe(mode, file, args, env): function 588 """spawnvpe(mode, file, args, env) -> integer 647 return spawnvpe(mode, file, args[:-1], env) 650 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ |
H A D | process.h | 192 intptr_t __cdecl spawnvpe(int,const char *_Filename,char *const _ArgList[],char *const _Env[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
H A D | process.h | 192 intptr_t __cdecl spawnvpe(int,const char *_Filename,char *const _ArgList[],char *const _Env[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
|
Completed in 146 milliseconds