Searched defs:execv (Results 1 - 8 of 8) sorted by relevance

/external/syslinux/gpxe/src/core/
H A Dexec.c51 * Execute the named command. Unlike a traditional POSIX execv(),
54 int execv ( const char *command, char * const argv[] ) { function
223 rc = execv ( argv[0], argv );
/external/clang/tools/scan-build-py/libear/
H A Dear.c169 #error can not implement execv without execve
171 int execv(const char *path, char *const argv[]) { function
/external/valgrind/coregrind/
H A Dm_libcproc.c448 void VG_(execv) ( const HChar* filename, const HChar** argv ) function
465 /* Spawns a new child. Uses either spawn syscall or fork+execv combo. */
542 VG_(execv)(argv[0], argv);
544 /* If we're still alive here, execv failed. */
887 Prefer to use VG_(spawn)() over VG_(fork)() + VG_(execv)(). */
/external/google-breakpad/src/third_party/lss/
H A Dlinux_syscall_support.h3782 LSS_INLINE int LSS_NAME(execv)(const char *path, const char *const argv[]) { function
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 650 milliseconds