Searched refs:ignore_int_quit (Results 1 - 2 of 2) sorted by relevance

/system/core/logwrapper/include/logwrap/
H A Dlogwrap.h42 * ignore_int_quit: set to true if you want to completely ignore SIGINT and
71 int android_fork_execvp_ext(int argc, char* argv[], int *status, bool ignore_int_quit,
79 bool ignore_int_quit, bool logwrap)
81 return android_fork_execvp_ext(argc, argv, status, ignore_int_quit,
78 android_fork_execvp(int argc, char* argv[], int *status, bool ignore_int_quit, bool logwrap) argument
/system/core/logwrapper/
H A Dlogwrap.c479 int android_fork_execvp_ext(int argc, char* argv[], int *status, bool ignore_int_quit, argument
543 if (ignore_int_quit) {
556 if (ignore_int_quit) {

Completed in 4 milliseconds