Home | History | Annotate | Download | only in os

Lines Matching refs:PathError

17 // If there is an error, it will be of type *PathError.
23 return "", &PathError{"readlink", name, e}
49 // If there is an error, it will be of type *PathError.
52 return &PathError{"chmod", name, e}
58 // If there is an error, it will be of type *PathError.
64 return &PathError{"chmod", f.name, e}
71 // If there is an error, it will be of type *PathError.
74 return &PathError{"chown", name, e}
81 // If there is an error, it will be of type *PathError.
84 return &PathError{"lchown", name, e}
90 // If there is an error, it will be of type *PathError.
96 return &PathError{"chown", f.name, e}
103 // If there is an error, it will be of type *PathError.
109 return &PathError{"truncate", f.name, e}
122 return &PathError{"sync", f.name, e}
132 // If there is an error, it will be of type *PathError.
138 return &PathError{"chtimes", name, e}