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