Home | History | Annotate | Download | only in run-as

Lines Matching refs:panic

92 panic(const char* format, ...)
107 panic("Usage:\n " PROGNAME " <package-name> [--user <uid>] <command> [<args>]\n");
127 panic("only 'shell' or 'root' users can run this program\n");
139 panic("Could not set capabilities: %s\n", strerror(errno));
148 panic("Negative user id %d is provided\n", userId);
154 panic("Package '%s' is unknown\n", pkgname);
159 panic("User id %d is too big\n", userId);
167 panic("Package '%s' is not an application\n", pkgname);
172 panic("Package '%s' is not debuggable\n", pkgname);
177 panic("Package '%s' has corrupt installation\n", pkgname);
185 panic("Permission denied\n");
191 panic("Could not clear all capabilities: %s\n", strerror(errno));
195 panic("Could not set SELinux security context: %s\n", strerror(errno));
200 panic("Could not cd to package's data directory: %s\n", strerror(errno));
217 panic("exec failed for %s: %s\n", argv[commandArgvOfs], strerror(errno));
223 panic("exec failed: %s\n", strerror(errno));