Home | History | Annotate | Download | only in common

Lines Matching refs:success

63                                                  bool* success) {
66 *success = MessageLoopForIO::current()->WatchFileDescriptor(
69 if (!*success) {
81 *success = sigaction(SIGTERM, &action, &old_action_) == 0;
82 if (!*success) {
98 *success = WatchExecutable();
99 if (!*success) {
156 bool success = false;
161 &success));
163 return success;