Lines Matching refs:ERROR
152 LOG(ERROR) << error; in UsageErrorV()
821 LOG(ERROR) << "Failed to allocate ofstream"; in ParseArgs()
823 LOG(ERROR) << "Failed to open " << file_name << " for writing the initialization " in ParseArgs()
1112 PLOG(ERROR) << "Failed to create oat file: " << oat_location_; in OpenFile()
1116 PLOG(ERROR) << "Failed to make oat file world readable: " << oat_location_; in OpenFile()
1131 PLOG(ERROR) << "Failed to create swap file: " << swap_file_name_; in OpenFile()
1213 LOG(ERROR) << "Failed to create list of image classes from '" << image_classes_filename_ << in Setup()
1232 LOG(ERROR) << "Failed to create list of compiled classes from '" in Setup()
1252 LOG(ERROR) << "Failed to create list of compiled methods from '" in Setup()
1270 LOG(ERROR) << "Failed to open zip from file descriptor for '" << zip_location_ << "': " in Setup()
1275 LOG(ERROR) << "Failed to open dex from file descriptor for zip file '" << zip_location_ in Setup()
1286 LOG(ERROR) << "Failed to open some dex files: " << failure_count; in Setup()
1302 PLOG(ERROR) << "Failed to open file " << tmp_file_name in Setup()
1317 PLOG(ERROR) << "Failed to make .dex file writeable '" << dex_file->GetLocation() << "'\n"; in Setup()
1513 LOG(ERROR) << "Failed to prepare image address space."; in CreateOatFile()
1522 LOG(ERROR) << "Failed to write ELF file " << oat_file_->GetPath(); in CreateOatFile()
1569 PLOG(ERROR) << "Failed to flush and close copied oat file: " << oat_stripped_; in CopyUnstrippedToStripped()
1581 PLOG(ERROR) << "Failed to flush oat file: " << oat_location_ << " / " in FlushOatFile()
1594 PLOG(ERROR) << "Failed to flush and close oat file: " << oat_location_ << " / " in FlushCloseOatFile()
1688 LOG(ERROR) << "Failed to create runtime"; in CreateRuntime()
1720 LOG(ERROR) << "Failed to create image file " << image_filename_; in CreateImageFile()
1732 PLOG(ERROR) << "Failed to open ELF file: " << oat_unstripped_; in CreateImageFile()
1738 LOG(ERROR) << "Failed to fixup ELF file " << oat_file->GetPath(); in CreateImageFile()
1743 PLOG(ERROR) << "Failed to flush and close fixed ELF file " << oat_file->GetPath(); in CreateImageFile()
1773 LOG(ERROR) << "Failed to open input file " << input_filename; in ReadCommentedInputFromFile()