Lines Matching refs:ERROR

73         LOG(ERROR) << "Could not open image manager";  in PostInstallCleanup()
82 LOG(ERROR) << "unmap " << file; in PostInstallCleanup()
115 LOG(ERROR) << "unable to create image manager"; in PerformSanityChecks()
119 LOG(ERROR) << "image size " << size_ << " is negative"; in PerformSanityChecks()
123 LOG(ERROR) << "cannot install gsi inside a live gsi"; in PerformSanityChecks()
129 PLOG(ERROR) << "failed to read file system stats"; in PerformSanityChecks()
138 LOG(ERROR) << "not enough free space (only " << free_space << " bytes available)"; in PerformSanityChecks()
145 LOG(ERROR) << "free space " << static_cast<uint64_t>(free_space_percent) in PerformSanityChecks()
155 LOG(ERROR) << "failed to UnmapImageIfExists " << file; in Preallocate()
162 LOG(ERROR) << "failed to DeleteBackingImage " << file; in Preallocate()
168 LOG(ERROR) << "Could not create userdata image"; in Preallocate()
196 LOG(ERROR) << "chunk size " << bytes << " is negative"; in CommitGsiChunk()
209 PLOG(ERROR) << "read gsi chunk"; in CommitGsiChunk()
213 LOG(ERROR) << "no bytes left in stream"; in CommitGsiChunk()
245 LOG(ERROR) << "chunk size " << bytes << " exceeds remaining image size (" << size_ in CommitGsiChunk()
253 PLOG(ERROR) << "write failed"; in CommitGsiChunk()
272 PLOG(ERROR) << "cannot munmap"; in UnmapAshmem()
281 PLOG(ERROR) << "ashmem is not mapped"; in CommitGsiChunk()
305 PLOG(ERROR) << "write " << file; in Format()
314 LOG(ERROR) << "image incomplete; expected " << size_ << " bytes, waiting for " in Finish()
319 PLOG(ERROR) << "fsync failed for " << name_ << "_gsi"; in Finish()
351 PLOG(ERROR) << "write " << name; in WipeWritable()