Lines Matching refs:ERROR

97         LOG(ERROR) << "fstab is not loaded, g_fstab is null.";
103 LOG(ERROR) << "Cannot find fstab item for " << path << " to umount.";
119 LOG(ERROR) << "Umount " << item->mountPoint << "failed: " << errno;
140 LOG(ERROR) << "waitpid failed, " << child;
143 LOG(ERROR) << "child terminated by exit " << WEXITSTATUS(status);
145 LOG(ERROR) << "child terminated by signal " << WTERMSIG(status);
147 LOG(ERROR) << "child stopped by signal " << WSTOPSIG(status);
156 LOG(ERROR) << "SD card never insert, dont try again, failed to mount " << source << " on " << target;
161 LOG(ERROR) << "failed to mount " << source << " on " << target << ", errno is " << errno;
169 LOG(ERROR) << "path or mountPoint is null, mount fail";
196 LOG(ERROR) << "fstab is not loaded, g_fstab is null.";
203 LOG(ERROR) << "Cannot find fstab item for " << path << " to mount.";
210 LOG(ERROR) << "GetMountStatusForMountPoint ret is MOUNT_ERROR";
225 LOG(ERROR) << "realpath failed:" << devPath;
230 LOG(ERROR) << "open failed:" << realPath;
237 LOG(ERROR) << "get partition size failed:" << size;
247 LOG(ERROR) << "erase partition failed";
257 LOG(ERROR) << "fstab is not loaded, g_fstab is null.";
263 LOG(ERROR) << "Cannot find fstab item for " << path << " to format.";
273 LOG(ERROR) << "Try to format " << item->mountPoint << " with unsupported file system type: " << item->fsType;
288 LOG(ERROR) << "Format " << path << " failed";
297 LOG(ERROR) << "live update mode";
302 LOG(ERROR) << "Fstab is invalid";
316 LOG(ERROR) << "Expected partition " << mountPoint << " is not mounted.";
325 LOG(ERROR) << "Umount " << mountPoint << " failed";
336 LOG(ERROR) << "mountPoint empty error.";
356 LOG(ERROR) << "mountPoint or g_fstab empty error.";