Lines Matching refs:ERROR
217 LOG(ERROR) << error; in UsageErrorV()
473 LOG(ERROR) << "Failed to override ThreadLocal.nextHashCode"; in ThreadLocalHashOverride()
578 LOG(ERROR) << "Inlines allowed from core-oj! FOR TESTING USE ONLY! DO NOT DISTRIBUTE" in ~Dex2Oat()
1194 PLOG(ERROR) << "Failed to create oat file: " << oat_filename; in OpenFile()
1198 PLOG(ERROR) << "Failed to make oat file world readable: " << oat_filename; in OpenFile()
1224 PLOG(ERROR) << "Failed to open vdex file: " << vdex_filename; in OpenFile()
1228 PLOG(ERROR) << "Failed to make vdex file world readable: " << vdex_filename; in OpenFile()
1239 PLOG(ERROR) << "Failed to create oat file: " << oat_location_; in OpenFile()
1276 PLOG(ERROR) << "Failed to create vdex file: " << vdex_location; in OpenFile()
1283 PLOG(ERROR) << "Truncating vdex file " << vdex_location << " failed."; in OpenFile()
1302 PLOG(ERROR) << "Failed to invalidate vdex header. File: " << vdex_file->GetPath(); in OpenFile()
1307 PLOG(ERROR) << "Failed to flush stream after invalidating header of vdex file." in OpenFile()
1352 LOG(ERROR) << "The dex metadata is not allowed to contain dex files"; in OpenFile()
1372 PLOG(ERROR) << "Failed to create swap file: " << swap_file_name_; in OpenFile()
1524 LOG(ERROR) << "Unexpected number of boot class path dex files for boot image or extension, " in Setup()
1529 LOG(ERROR) << "Boot class path dex files do not end with the compiled dex files."; in Setup()
1536 LOG(ERROR) << "Missing dex file for boot class component " << bcp_location; in Setup()
1547 LOG(ERROR) << "Unexpected dex file in boot class path " in Setup()
1565 LOG(ERROR) << "Missing required boot image(s) for boot image extension."; in Setup()
1571 LOG(ERROR) << "Missing primary boot image for app compilation."; in Setup()
1591 LOG(ERROR) << "Full boot class path does not end with extension parts, full: " << full_bcp in Setup()
1713 PLOG(ERROR) << "Failed to make .dex files writeable."; in Setup()
1757 LOG(ERROR) << "Vdex file contains a different number of dex files than the source. " in ValidateInputVdexChecksums()
1768 LOG(ERROR) << "Vdex file checksum different than source dex checksum for position " << i in ValidateInputVdexChecksums()
1844 LOG(ERROR) << "Inlines allowed from core-oj! FOR TESTING USE ONLY! DO NOT DISTRIBUTE" in Compile()
2058 PLOG(ERROR) << "Failed to Sync() dex2dex output. Map: " << map.GetName(); in WriteOutputFiles()
2082 LOG(ERROR) << "Failed to prepare image address space."; in WriteOutputFiles()
2102 LOG(ERROR) << "Failed to finish VDEX file " << vdex_file->GetPath(); in WriteOutputFiles()
2149 LOG(ERROR) << "Failed to write .rodata section to the ELF file " << oat_file->GetPath(); in WriteOutputFiles()
2157 LOG(ERROR) << "Failed to write .text section to the ELF file " << oat_file->GetPath(); in WriteOutputFiles()
2165 LOG(ERROR) << "Failed to write .data.bimg.rel.ro section to the ELF file " in WriteOutputFiles()
2173 LOG(ERROR) << "Failed to write oat header to the ELF file " << oat_file->GetPath(); in WriteOutputFiles()
2188 LOG(ERROR) << "Failed to write ELF file " << oat_file->GetPath(); in WriteOutputFiles()
2230 PLOG(ERROR) << "Failed to get the length of oat file: " << in->GetPath(); in CopyOatFilesToSymbolsDirectoryAndStrip()
2235 PLOG(ERROR) << "Failed to open oat file for writing: " << oat_unstripped_[i]; in CopyOatFilesToSymbolsDirectoryAndStrip()
2239 PLOG(ERROR) << "Failed to copy oat file to file: " << out->GetPath(); in CopyOatFilesToSymbolsDirectoryAndStrip()
2243 PLOG(ERROR) << "Failed to flush and close copied oat file: " << oat_unstripped_[i]; in CopyOatFilesToSymbolsDirectoryAndStrip()
2251 PLOG(ERROR) << "Failed strip oat file: " << in->GetPath(); in CopyOatFilesToSymbolsDirectoryAndStrip()
2263 PLOG(ERROR) << "Failed to flush output file: " << file->get()->GetPath(); in FlushOutputFile()
2273 PLOG(ERROR) << "Failed to flush and close output file: " << file->GetPath(); in FlushCloseOutputFile()
2386 PLOG(ERROR) << "Cannot lock profiles"; in LoadProfile()
2475 LOG(ERROR) << "Error dup'ing a file descriptor " << strerror(errno); in DupCloexecOrError()
2518 LOG(ERROR) << "Failed to create list of dirty objects from '" in PrepareDirtyObjects()
2536 LOG(ERROR) << "Failed to load updatable boot class path packages from '" in PrepareUpdatableBcpPackages()
2651 PLOG(ERROR) << "Failed to open file " << tmp_file_name in SaveDexInput()
2698 LOG(ERROR) << "Failed to parse runtime options"; in PrepareRuntimeOptions()
2713 LOG(ERROR) << "Failed to create runtime"; in CreateRuntime()
2765 LOG(ERROR) << "Failure during image file creation"; in CreateImageFile()
2787 LOG(ERROR) << "Failed to open input file " << input_filename; in ReadCommentedInputFromFile()
3109 LOG(ERROR) << "Failed to process profile file"; in Dex2oat()