Searched refs:spawnve (Results 1 - 6 of 6) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dos.py565 def spawnve(mode, file, args, env): function
566 """spawnve(mode, file, args, env) -> integer
619 return spawnve(mode, file, args[:-1], env)
622 __all__.extend(["spawnv", "spawnve", "spawnl", "spawnle",])
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dos.py565 def spawnve(mode, file, args, env): function
566 """spawnve(mode, file, args, env) -> integer
619 return spawnve(mode, file, args[:-1], env)
622 __all__.extend(["spawnv", "spawnve", "spawnl", "spawnle",])
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dos.py565 def spawnve(mode, file, args, env): function
566 """spawnve(mode, file, args, env) -> integer
619 return spawnve(mode, file, args[:-1], env)
622 __all__.extend(["spawnv", "spawnve", "spawnl", "spawnle",])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dos.py565 def spawnve(mode, file, args, env): function
566 """spawnve(mode, file, args, env) -> integer
619 return spawnve(mode, file, args[:-1], env)
622 __all__.extend(["spawnv", "spawnve", "spawnl", "spawnle",])
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dprocess.h190 intptr_t __cdecl spawnve(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 Dprocess.h190 intptr_t __cdecl spawnve(int,const char *_Filename,char *const _ArgList[],char *const _Env[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005;

Completed in 222 milliseconds