Home | History | Annotate | Download | only in os

Lines Matching full:0456

870 	if err := Chmod(f.Name(), 0456); err != nil {
871 t.Fatalf("chmod %s 0456: %s", f.Name(), err)
873 checkMode(t, f.Name(), 0456)