func os.IsExist

6 uses

	os (current package)
		error.go#L82: func IsExist(err error) bool {
		tempfile.go#L42: 		if IsExist(err) {
		tempfile.go#L95: 		if IsExist(err) {

	io/ioutil
		tempfile.go#L65: 		if os.IsExist(err) {
		tempfile.go#L118: 		if os.IsExist(err) {

	src.elv.sh/pkg/fsutil
		claim.go#L62: 		if !os.IsExist(err) {