Searched refs:Mount (Results 1 – 5 of 5) sorted by relevance
/tools/treble/hacksaw/mount/ |
D | system.go | 33 func (f *systemMounter) Mount(source string, target string, fstype string, flags uintptr, data stri… func 34 return syscall.Mount(source, target, fstype, flags, data) 58 type Mount struct { struct 65 func (f *systemMounter) parseMounts(mountSource io.Reader) ([]Mount, error) { 66 var mounts []Mount 71 mount := Mount{
|
D | mount.go | 18 Mount(string, string, string, uintptr, string) error methodSpec
|
D | fake.go | 38 func (f *fakeMounter) Mount(source string, target string, fstype string, flags uintptr, data string… func
|
/tools/treble/hacksaw/bind/ |
D | local.go | 62 err = p.mounter.Mount(source, destination, 67 err = p.mounter.Mount(source, destination, 82 err = p.mounter.Mount(source, destination,
|
/tools/treble/build/sandbox/ |
D | nsjail.cfg | 37 # Mount proc as read/write.
|