Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 – 6 of 6) sorted by relevance

/bionic/tools/relocation_packer/src/
Dmain.cc99 LOG(ERROR) << file << ": " << strerror(errno); in main()
110 LOG(ERROR) << file << ": failed to read elf header:" << strerror(errno); in main()
115 LOG(ERROR) << file << ": lseek to 0 failed:" << strerror(errno); in main()
140 LOG(ERROR) << file << ": unknown ELFCLASS: " << e_ident[EI_CLASS]; in main()
145 LOG(ERROR) << file << ": failed to pack/unpack file"; in main()
Ddebug_unittest.cc20 LOG(ERROR) << "ERROR log message"; in TEST()
38 LOG_IF(ERROR, true) << "ERROR log message"; in TEST()
39 LOG_IF(ERROR, false) << "ERROR log message, SHOULD NOT PRINT"; in TEST()
Ddebug.h34 enum Severity {INFO = 0, WARNING, ERROR, FATAL}; enumerator
86 using LogSeverity::ERROR;
Ddebug.cc30 case ERROR: tag = "ERROR"; break; in ~Logger()
Delf_file.cc142 LOG(ERROR) << "File not in ELF format"; in Load()
148 LOG(ERROR) << "Failed to load ELF header: " << elf_errmsg(elf_errno()); in Load()
153 LOG(ERROR) << "ELF file is not a shared object"; in Load()
238 LOG(ERROR) << "Missing or empty .rel.dyn or .rela.dyn section"; in Load()
242 LOG(ERROR) << "Missing .dynamic section"; in Load()
248 LOG(ERROR) << "No relocations sections found"; in Load()
252 LOG(ERROR) << "Multiple relocations sections with different types found, " in Load()
608 LOG(ERROR) << "Failed to load as ELF"; in PackRelocations()
651 LOG(ERROR) << "No relocations found"; in PackTypedRelocations()
757 LOG(ERROR) << "Failed to load as ELF"; in UnpackRelocations()
[all …]
/bionic/tests/
Dsys_socket_test.cpp39 GTEST_LOG_(ERROR) << "socket call failed: " << strerror(errno); in ConnectFn()
50 GTEST_LOG_(ERROR) << "connect call failed: " << strerror(errno); in ConnectFn()
129 GTEST_LOG_(ERROR) << "send call failed: " << strerror(errno); in SendMultiple()
199 GTEST_LOG_(ERROR) << "sendmmsg call failed: " << strerror(errno); in SendMMsg()