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

  /system/core/logwrapper/include/logwrap/
logwrap.h 83 static inline int android_fork_execvp(int argc, char* argv[], int *status, function
  /system/netd/server/
NatController.cpp 53 auto NatController::execFunction = android_fork_execvp;
InterfaceController.cpp 340 int ret = android_fork_execvp(ARRAY_SIZE(argv), const_cast<char**>(argv), NULL,
  /system/vold/
Utils.cpp 265 status_t res = android_fork_execvp(argc, argv, NULL, false, true);
cryptfs.cpp     [all...]
  /frameworks/native/cmds/installd/
InstalldNativeService.cpp 759 int rc = android_fork_execvp(ARRAY_SIZE(argv), argv, NULL, false, true);
805 int rc = android_fork_execvp(ARRAY_SIZE(argv), argv, NULL, false, true);
818 int rc = android_fork_execvp(ARRAY_SIZE(argv), argv, NULL, false, true);
    [all...]

Completed in 779 milliseconds