Home
last modified time | relevance | path

Searched refs:LOGE (Results 1 – 7 of 7) sorted by relevance

/ndk/tests/abcc/jni/host/
Dmain.cpp60 LOGE("Unsupport argument: %s", arg.c_str()); in parseArguments()
73 LOGE("getcwd failed"); in main()
104 LOGE("Argument out-of-expect."); in main()
109 LOGE("Must be either standalone or ndk mode"); in main()
131 LOGE("prepare failed"); in main()
137 LOGE("cleanupPre failed"); in main()
145 LOGE("execution failed"); in main()
DAbcc_host.h29 #define LOGE LOG macro
DAbcc_host.cpp140 LOGE("Cannot read wrapper for bitcode %s", mIn.c_str()); in getBitcodeFiles()
/ndk/tests/abcc/jni/device/
Dmain.cpp43 LOGE("prepare failed"); in Java_compiler_abcc_AbccService_genLibs()
49 LOGE("cleanupPre failed"); in Java_compiler_abcc_AbccService_genLibs()
71 LOGE("execution failed"); in Java_compiler_abcc_AbccService_genLibs()
DAbcc_device.h27 #define LOGE(format, ...) do {\ macro
DAbcc_device.cpp164 LOGE("Cannot read wrapper for bitcode %s", i->c_str()); in getBitcodeFiles()
/ndk/tests/abcc/jni/
DAbcc.cpp100 LOGE("Cannot parse ldflags from wrapper"); in readWrapper()
267 LOGE("Failed to compute linking order: Internal cyclic dependency!"); in link()
287 LOGE("Error message: %s", sstr.str().c_str()); in runCmd()