Home
last modified time | relevance | path

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

/tools/treble/hacksaw/mount/
Dsystem.go25 type systemMounter struct { struct
28 func NewSystemMounter() *systemMounter {
29 var f systemMounter
33 func (f *systemMounter) Mount(source string, target string, fstype string, flags uintptr, data stri… argument
37 func (f *systemMounter) Unmount(target string, flags int) error { argument
41 func (f *systemMounter) List() ([]string, error) { argument
65 func (f *systemMounter) parseMounts(mountSource io.Reader) ([]Mount, error) { argument