func src.elv.sh/pkg/shell.checkExclusiveAccess

3 uses

	src.elv.sh/pkg/shell (current package)
		paths_unix.go#L24: 		if checkExclusiveAccess(runDir) {
		paths_unix.go#L33: 	if !checkExclusiveAccess(runDir) {
		paths_unix.go#L50: func checkExclusiveAccess(runDir string) bool {