Home | History | Annotate | Download | only in vold

Lines Matching defs:status

63         int status;
69 rc = android_fork_execvp(ARRAY_SIZE(args), (char **)args, &status,
77 if (!WIFEXITED(status)) {
83 status = WEXITSTATUS(status);
85 switch(status) {
106 SLOGE("Filesystem check failed (unknown exit code %d)", status);
176 int status;
198 rc = android_fork_execvp(ARRAY_SIZE(args), (char **)args, &status,
202 rc = android_fork_execvp(9, (char **)args, &status, false,
212 if (!WIFEXITED(status)) {
218 status = WEXITSTATUS(status);
220 if (status == 0) {
224 SLOGE("Format failed (unknown exit code %d)", status);