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

Lines Matching defs:panic

96 panic(const char* format, ...)
121 panic("only 'shell' or 'root' users can run this program\n");
127 panic("Package '%s' is unknown\n", pkgname);
133 panic("Package '%s' is not an application\n", pkgname);
139 panic("Package '%s' is not debuggable\n", pkgname);
145 panic("Package '%s' has corrupt installation\n", pkgname);
154 panic("Permission denied\n");
159 panic("Could not set SELinux security context: %s\n", strerror(errno));
171 panic("Could not cd to package's data directory: %s\n", strerror(errno));
179 panic("exec failed for %s Error:%s\n", argv[2], strerror(errno));
187 panic("exec failed\n");