Searched refs:exit (Results 1 - 25 of 132) sorted by relevance

123456

/system/core/toolbox/
H A Dchcon.c13 exit(1);
21 exit(2);
24 exit(0);
H A Druncon.c14 exit(1);
20 exit(2);
27 exit(3);
H A Dload_policy.c20 exit(1);
27 exit(2);
32 exit(3);
38 exit(4);
44 exit(5);
48 exit(0);
H A Dreboot.c33 exit(EXIT_FAILURE);
39 exit(EXIT_FAILURE);
54 exit(EXIT_FAILURE);
H A Dsleep.c40 exit(-1);
H A Diftop.c78 exit(EXIT_FAILURE);
88 exit(EXIT_FAILURE);
94 exit(EXIT_FAILURE);
109 exit(EXIT_FAILURE);
115 exit(EXIT_FAILURE);
118 exit(EXIT_FAILURE);
126 exit(EXIT_FAILURE);
131 exit(EXIT_FAILURE);
146 exit(EXIT_FAILURE);
165 exit(EXIT_FAILUR
[all...]
/system/extras/tests/cpueater/
H A Dcpueater.c37 exit(1);
55 exit(1);
70 exit(0);
75 exit(0);
H A Ddaemonize.c41 exit(1);
74 exit(1);
80 exit(1);
87 exit(1);
125 exit(0);
/system/extras/tests/ext4/
H A Dcorrupt_gdt_free_blocks.c24 exit(1);
31 exit(1);
36 exit(1);
41 exit(1);
46 exit(1);
52 exit(1);
61 exit(1);
69 exit(1);
77 exit(1);
88 exit(
[all...]
H A Dset_ext4_err_bit.c20 exit(1);
27 exit(1);
32 exit(1);
37 exit(1);
42 exit(1);
50 exit(1);
55 exit(1);
/system/core/libsparse/
H A Dsimg2simg.c56 exit(-1);
64 exit(-1);
70 exit(-1);
76 exit(-1);
82 exit(-1);
88 exit(-1);
95 exit(-1);
101 exit(-1);
107 exit(-1);
114 exit(
[all...]
H A Dimg2simg.c58 exit(-1);
67 exit(-1);
76 exit(-1);
86 exit(-1);
96 exit(-1);
103 exit(-1);
109 exit(-1);
115 exit(0);
H A Dsimg2img.c48 exit(-1);
54 exit(-1);
64 exit(-1);
71 exit(-1);
79 exit(-1);
87 exit(0);
/system/extras/tests/wifi/stress/
H A DwifiLoadScanAssoc.c147 exit(1);
156 exit(2);
165 exit(3);
177 exit(10);
184 exit(4);
196 exit(11);
203 exit(5);
216 exit(12);
223 exit(13);
237 exit(((optop
[all...]
/system/extras/tests/bionic/libc/common/
H A Dtest_strftime_2039.c19 exit(EXIT_FAILURE);
26 exit(EXIT_FAILURE);
32 exit(EXIT_FAILURE);
H A Dtest_pthread_cleanup_push.c99 exit(1);
106 exit(2);
114 exit(3);
122 exit(3);
/system/netd/
H A Dmain.cpp56 exit(1);
65 exit(1);
74 exit(1);
80 exit(1);
87 exit(1);
96 exit(0);
/system/extras/tests/bionic/libc/bionic/
H A Dtest_setjmp.c57 exit(1);
75 exit(1);
/system/extras/fatblock/
H A Dutils.c41 exit(EXIT_FAILURE);
H A Dutils.h25 #define DIE(...) do { EPRINT(__VA_ARGS__); exit(EXIT_FAILURE); } while (0)
/system/extras/ext4_utils/
H A Dmake_ext4fs_main.c102 exit(EXIT_FAILURE);
129 exit(EXIT_FAILURE);
135 exit(EXIT_FAILURE);
142 exit(EXIT_FAILURE);
148 exit(EXIT_FAILURE);
154 exit(EXIT_FAILURE);
165 exit(EXIT_FAILURE);
H A Dext4fixup_main.c56 exit(EXIT_FAILURE);
64 exit(EXIT_FAILURE);
/system/extras/latencytop/
H A Dlatencytop.c83 exit(EXIT_FAILURE);
91 exit(EXIT_FAILURE);
98 exit(EXIT_SUCCESS);
103 exit(EXIT_FAILURE);
111 exit(EXIT_FAILURE);
118 exit(EXIT_FAILURE);
123 exit(EXIT_FAILURE);
182 exit(EXIT_FAILURE);
191 exit(EXIT_FAILURE);
213 exit(EXIT_FAILUR
[all...]
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp109 exit(1);
125 exit(2);
132 exit(3);
144 exit(4);
149 exit(5);
157 exit(6);
169 exit(((optopt == 0) || (optopt == '?')) ? 0 : 7);
210 exit(8);
216 exit(9);
279 exit(1
[all...]
/system/core/libcutils/
H A Dloghack.h35 #define LOG_ALWAYS_FATAL(...) do { ALOGE(__VA_ARGS__); exit(1); } while (0)

Completed in 1036 milliseconds

123456