Home
last modified time | relevance | path

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

/tools/treble/hacksaw/mount/
Dsystem.go33 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{
Dmount.go18 Mount(string, string, string, uintptr, string) error methodSpec
Dfake.go38 func (f *fakeMounter) Mount(source string, target string, fstype string, flags uintptr, data string… func
/tools/treble/hacksaw/bind/
Dlocal.go62 err = p.mounter.Mount(source, destination,
67 err = p.mounter.Mount(source, destination,
82 err = p.mounter.Mount(source, destination,
/tools/treble/build/sandbox/
Dnsjail.cfg37 # Mount proc as read/write.