Home
last modified time | relevance | path

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

/external/minijail/
Dlibminijail.c1158 static int mount_one(const struct minijail *j, struct mountpoint *m) in mount_one() function
1195 return mount_one(j, m->next); in mount_one()
1203 if (j->mounts_head && (ret = mount_one(j, j->mounts_head))) in enter_chroot()
1219 if (j->mounts_head && (ret = mount_one(j, j->mounts_head))) in enter_pivot_root()