Lines Matching refs:errno
76 error(1, errno, "couldn't stat %s", path); in check_directory()
149 error(1, errno, "getgroups failed"); in get_supplementary_gids()
154 error(1, errno, "getgroups failed"); in get_supplementary_gids()
195 if (setegid(AID_PACKAGE_INFO) == -1) error(1, errno, "setegid(AID_PACKAGE_INFO) failed"); in main()
200 error(1, errno, "packagelist_parse failed"); in main()
207 error(1, errno, "asprintf failed"); in main()
214 if (setegid(old_egid) == -1) error(1, errno, "couldn't restore egid"); in main()
250 error(1, errno, "couldn't set SELinux security context '%s'", seinfo.c_str()); in main()
255 error(1, errno, "couldn't chdir to package's data directory '%s'", info.data_dir); in main()
272 error(1, errno, "exec failed for %s", argv[cmd_argv_offset]); in main()
277 error(1, errno, "exec failed"); in main()