Home
last modified time | relevance | path

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

/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/google/cadvisor/container/raw/
H A Dwatcher.go199 mountLocation := path.Clean(mount.Mountpoint) + "/"
200 if strings.HasPrefix(event.Name, mountLocation) {
201 containerName = event.Name[len(mountLocation)-1:]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/container/raw/
H A Dhandler.go492 mountLocation := path.Clean(mount.Mountpoint) + "/"
493 if strings.HasPrefix(event.Name, mountLocation) {
494 containerName = event.Name[len(mountLocation)-1:]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/pascaldekloe/goe/rest/
H A Dcrud.go52 func NewCRUD(mountLocation, versionPath string) *CRUDRepo { argument
54 mountLoc: path.Clean(mountLocation),
/dports/security/keybase/client-v5.7.1/shared/actions/fs/
H A Dplatform-specific.desktop.tsx125 const _rebaseKbfsPathToMountLocation = (kbfsPath: Types.Path, mountLocation: string) =>
127 mountLocation,