Lines Matching refs:LOG_ERROR
60 …LOG_ERROR("unable to rename file from '%s' to '%s', error: %s", from.c_str(), to.c_str(), strerror… in RenameFile()
119 LOG_ERROR("error extracting directory from '%s', error: %s", path.c_str(), strerror(errno)); in WriteToFile()
125 LOG_ERROR("unable to open dir '%s', error: %s", directory_path.c_str(), strerror(errno)); in WriteToFile()
131 LOG_ERROR("unable to write to file '%s', error: %s", temp_path.c_str(), strerror(errno)); in WriteToFile()
137 LOG_ERROR("unable to write to file '%s', error: %s", temp_path.c_str(), strerror(errno)); in WriteToFile()
144 …LOG_ERROR("unable to write flush buffer to file '%s', error: %s", temp_path.c_str(), strerror(errn… in WriteToFile()
157 LOG_ERROR("unable to close file '%s', error: %s", temp_path.c_str(), strerror(errno)); in WriteToFile()
165 …LOG_ERROR("unable to change file permissions '%s', error: %s", temp_path.c_str(), strerror(errno)); in WriteToFile()
172 …LOG_ERROR("unable to commit file from '%s' to '%s', error: %s", temp_path.c_str(), path.c_str(), s… in WriteToFile()
183 LOG_ERROR("unable to close dir '%s', error: %s", directory_path.c_str(), strerror(errno)); in WriteToFile()
192 LOG_ERROR("unable to remove file '%s', error: %s", path.c_str(), strerror(errno)); in RemoveFile()