Home
last modified time | relevance | path

Searched refs:pdie (Results 1 – 3 of 3) sorted by relevance

/external/minijail/
Dlibminijail.c436 pdie("failed to open namespace '%s'", ns_path); in minijail_namespace_enter_vfs()
474 pdie("failed to open namespace '%s'", ns_path); in minijail_namespace_enter_net()
799 pdie("failed to open seccomp filter file '%s'", path); in minijail_parse_seccomp_filters()
816 pdie("failed to associate stream with fd %d", fd); in minijail_parse_seccomp_filters_from_fd()
1148 pdie("creating mount target '%s' failed", dest); in mount_one()
1162 pdie("mount: %s -> %s", m->src, dest); in mount_one()
1169 pdie("bind ro: %s -> %s", m->src, dest); in mount_one()
1207 pdie("failed to open / for fchdir"); in enter_pivot_root()
1210 pdie("failed to open %s for fchdir", j->chrootdir); in enter_pivot_root()
1217 pdie("failed to bind mount '%s'", j->chrootdir); in enter_pivot_root()
[all …]
Dparse_seccomp_policy.cc31 pdie("fopen(%s) failed", argv[1]); in main()
Dutil.h26 #define pdie(_msg, ...) \ macro