Home | History | Annotate | Download | only in Unix

Lines Matching full:errstr

502 PathWithStatus::getFileStatus(bool update, std::string *ErrStr) const {
506 MakeErrMsg(ErrStr, path + ": can't get status of file");
709 Path::eraseFromDisk(bool remove_contents, std::string *ErrStr) const {
713 MakeErrMsg(ErrStr, path + ": can't get status of file");
724 return MakeErrMsg(ErrStr, path + ": can't destroy file");
729 if (ErrStr) *ErrStr = "not a file or directory";
737 MakeErrMsg(ErrStr, path + ": failed to recursively remove directory.");
752 return MakeErrMsg(ErrStr, pathname + ": can't erase directory");
765 Path::setStatusInfoOnDisk(const FileStatus &si, std::string *ErrStr) const {
770 return MakeErrMsg(ErrStr, path + ": can't set file modification time");
772 return MakeErrMsg(ErrStr, path + ": can't set mode");