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

  /system/vold/
Ext4.cpp 45 extern "C" int logwrap(int argc, const char **argv, int background);
79 rc = logwrap(3, args, 1);
Fat.cpp 45 extern "C" int logwrap(int argc, const char **argv, int background);
65 rc = logwrap(4, args, 1);
175 rc = logwrap(11, args, 1);
179 rc = logwrap(9, args, 1);
logwrapper.c 107 int logwrap(int argc, const char* argv[], int background) function
  /system/netd/
BandwidthController.h 180 * When false, it will directly use system() instead of logwrap()
logwrapper.c 106 int logwrap(int argc, const char* argv[]) function
BandwidthController.cpp 44 extern "C" int logwrap(int argc, const char **argv);
211 res = logwrap(argc, argv);
    [all...]

Completed in 2450 milliseconds