Home
last modified time | relevance | path

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

/tools/treble/build/sandbox/
Dnsjail.cfg38 mount {
44 # The user must mount the source to /src using --bindmount
70 mount {
79 mount {
88 mount {
95 mount {
102 mount {
108 # Explicitly mount required device file nodes
111 # device file nodes. So just mount the required device file nodes directly
115 # NsJail will just mount the container device nodes. When we use NsJail
[all …]
Dnsjail.py295 for mount in extra_bind_mounts:
296 nsjail_command.extend(['--bindmount', mount])
297 for mount in readonly_bind_mounts:
298 nsjail_command.extend(['--bindmount_ro', mount])
/tools/treble/hacksaw/mount/
Dsystem.go15 package mount package
52 for _, mount := range mounts {
53 mountList = append(mountList, mount.Path)
71 mount := Mount{
77 mounts = append(mounts, mount)
Dmount.go15 package mount package
Dfake.go15 package mount package
/tools/treble/hacksaw/bind/
Dlocal.go27 mounter mount.Mounter
32 p.mounter = mount.NewSystemMounter()
38 p.mounter = mount.NewFakeMounter()
/tools/treble/hacksaw/
DREADME.md117 Commands that mount and unmount will require sudo. That includes commands like
124 mount or unmount so do not require sudo.
159 its read-only bind mount gets replaced by a writable Git worktree.