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 78 static inline int android_fork_execvp(int argc, char* argv[], int *status, function
  /system/netd/
oem_iptables_hook.cpp 33 res = android_fork_execvp(argc, (char **)argv, NULL, false, false);
IdletimerController.cpp 128 res = android_fork_execvp(argc, (char **)argv, NULL, false, false);
NetdConstants.cpp 51 res = android_fork_execvp(argc, (char **)argv, &status, false,
NatController.cpp 58 res = android_fork_execvp(argc, (char **)argv, NULL, false, false);
SecondaryTableController.cpp 670 ret = android_fork_execvp(argc, (char **)argv, NULL, false, false);
BandwidthController.cpp 216 res = android_fork_execvp(argc, (char **)argv, &status, false,
    [all...]
  /system/vold/
Fat.cpp 69 rc = android_fork_execvp(ARRAY_SIZE(args), (char **)args, &status,
197 rc = android_fork_execvp(ARRAY_SIZE(args), (char **)args, &status,
201 rc = android_fork_execvp(8, (char **)args, &status, false,
Ext4.cpp 81 rc = android_fork_execvp(ARRAY_SIZE(args), (char **)args, &status, false,
cryptfs.c     [all...]

Completed in 91 milliseconds