Searched defs:mount_one (Results 1 - 1 of 1) sorted by relevance

/external/minijail/
H A Dlibminijail.c1131 * mount_one: Applies mounts from @m for @j, recursing as needed.
1137 static int mount_one(const struct minijail *j, struct mountpoint *m) function
1174 return mount_one(j, m->next);
1182 if (j->mounts_head && (ret = mount_one(j, j->mounts_head)))
1198 if (j->mounts_head && (ret = mount_one(j, j->mounts_head)))

Completed in 88 milliseconds