Searched refs:ignore_int_quit (Results 1 – 2 of 2) sorted by relevance
/system/core/logwrapper/include/logwrap/ |
D | logwrap.h | 66 int android_fork_execvp_ext(int argc, char* argv[], int *status, bool ignore_int_quit, 74 bool ignore_int_quit, bool logwrap) in android_fork_execvp() argument 76 return android_fork_execvp_ext(argc, argv, status, ignore_int_quit, in android_fork_execvp()
|
/system/core/logwrapper/ |
D | logwrap.c | 453 int android_fork_execvp_ext(int argc, char* argv[], int *status, bool ignore_int_quit, in android_fork_execvp_ext() argument 517 if (ignore_int_quit) { in android_fork_execvp_ext() 529 if (ignore_int_quit) { in android_fork_execvp_ext()
|