HomeSort by relevance Sort by last modified time
    Searched refs:android_fork_execvp (Results 1 - 10 of 10) 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/
oem_iptables_hook.cpp 33 res = android_fork_execvp(argc, (char **)argv, NULL, false, false);
IdletimerController.cpp 130 resIpv4 = android_fork_execvp(argc, (char **)argv, NULL, false, false);
134 resIpv6 = android_fork_execvp(argc, (char **)argv, NULL, false, false);
InterfaceController.cpp 233 int ret = android_fork_execvp(ARRAY_SIZE(argv), const_cast<char**>(argv), NULL,
NatController.cpp 48 auto NatController::execFunction = android_fork_execvp;
NetdConstants.cpp 60 res = android_fork_execvp(argc, (char **)argv, &status, false,
BandwidthController.cpp 67 auto BandwidthController::execFunction = android_fork_execvp;
    [all...]
  /system/vold/
Utils.cpp 263 status_t res = android_fork_execvp(argc, argv, NULL, false, true);
cryptfs.cpp     [all...]
  /frameworks/native/cmds/installd/
InstalldNativeService.cpp 753 int rc = android_fork_execvp(ARRAY_SIZE(argv), argv, NULL, false, true);
799 int rc = android_fork_execvp(ARRAY_SIZE(argv), argv, NULL, false, true);
812 int rc = android_fork_execvp(ARRAY_SIZE(argv), argv, NULL, false, true);
    [all...]

Completed in 2179 milliseconds