Home
last modified time | relevance | path

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

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