HomeSort by relevance Sort by last modified time
    Searched refs:posix_spawnp (Results 1 - 12 of 12) sorted by null

  /external/libxkbcommon/xkbcommon/test/
x11comp.c 74 ret = posix_spawnp(&xvfb_pid, "Xvfb", NULL, NULL, xvfb_argv, envp);
117 ret = posix_spawnp(&xkbcomp_pid, "xkbcomp", NULL, NULL, xkbcomp_argv, envp);
  /bionic/tests/headers/posix/
spawn_h.c 70 FUNCTION(posix_spawnp, int (*f)(pid_t*, const char*, const posix_spawn_file_actions_t*, const posix_spawnattr_t*, char* const[], char* const[]));
  /external/google-breakpad/src/client/mac/tests/
spawn_child_process.h 135 int result = posix_spawnp(&new_pid, argv_v[0], NULL, &spawnattr,
  /bionic/tests/
spawn_test.cpp 205 TEST(spawn, posix_spawnp) {
209 ASSERT_EQ(0, posix_spawnp(&pid, eth.GetArg0(), nullptr, nullptr, eth.GetArgs(), nullptr));
217 ASSERT_EQ(0, posix_spawnp(&pid, eth.GetArg0(), nullptr, nullptr, eth.GetArgs(), nullptr));
226 ASSERT_EQ(0, posix_spawnp(&pid, eth.GetArg0(), nullptr, nullptr, eth.GetArgs(), eth.GetEnv()));
247 ASSERT_EQ(0, posix_spawnp(&pid, eth.GetArg0(), &fa, nullptr, eth.GetArgs(), eth.GetEnv()));
279 ASSERT_EQ(0, posix_spawnp(&pid, eth.GetArg0(), &fa, sa, eth.GetArgs(), nullptr));
gtest_main.cpp 298 int result = posix_spawnp(&pid, argv[0], &fa, nullptr, const_cast<char**>(args.data()), nullptr);
    [all...]
  /bionic/libc/include/
spawn.h 54 int posix_spawnp(pid_t* __pid, const char* __file, const posix_spawn_file_actions_t* __actions, const posix_spawnattr_t* __attr, char* const __argv[], char* const __env[]) __INTRODUCED_IN(28);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
spawn.h 84 extern int posix_spawnp (pid_t *__pid, __const char *__file,
  /external/clang/tools/scan-build-py/tests/functional/exec/
main.c 251 char *const file = "posix_spawnp.c";
259 if (0 != posix_spawnp(&child, "cc", 0, 0, argv, get_environ())) {
260 perror("posix_spawnp");
  /bionic/libc/bionic/
spawn.cpp 171 int posix_spawnp(pid_t* pid, const char* file, const posix_spawn_file_actions_t* actions, function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 610 #define posix_spawnp(...) (pthread_testcancel(), posix_spawnp(__VA_ARGS__)) macro
    [all...]
  /external/clang/tools/scan-build-py/libear/
ear.c 275 int posix_spawnp(pid_t *restrict pid, const char *restrict file, function
396 DLSYM(func, fp, "posix_spawnp");
  /external/ImageMagick/
configure     [all...]

Completed in 872 milliseconds