HomeSort by relevance Sort by last modified time
    Searched full:child_argv (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/tests/
mapping-test.c 174 gchar *child_argv[3]; local
185 child_argv[0] = argv0;
186 child_argv[1] = "mapchild";
187 child_argv[2] = NULL;
188 if (!g_spawn_async (dir, child_argv, NULL,

Completed in 104 milliseconds