Searched refs:PLOG (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/runtime_core/libpandafile/ |
D | file.cpp | 288 PLOG(ERROR, PANDAFILE) << "Failed to copy buffer into mem'"; in OpenPandaFileFromMemory() 293 PLOG(ERROR, PANDAFILE) << "Failed to open panda file from memory'"; in OpenPandaFileFromMemory() 310 PLOG(ERROR, PANDAFILE) << "Failed to open panda file from secure memory'"; in OpenPandaFileFromSecureMemory() 474 PLOG(ERROR, PANDAFILE) << "Failed to open panda file '" << filename << "'"; in Open() 482 PLOG(ERROR, PANDAFILE) << "Failed to get size of panda file '" << filename << "'"; in Open() 494 PLOG(ERROR, PANDAFILE) << "Failed to map panda file '" << filename << "'"; in Open() 511 …PLOG(ERROR, PANDAFILE) << "OpenUncompressedArchive: Failed to open panda file '" << filename << "'… in OpenUncompressedArchive() 524 PLOG(ERROR, PANDAFILE) << "Failed to map panda file '" << filename << "'"; in OpenUncompressedArchive()
|
/arkcompiler/runtime_core/platforms/windows/libpandabase/ |
D | file.h | 165 PLOG(ERROR, RUNTIME) << "Failed to reset the length"; in ClearData() 174 PLOG(ERROR, RUNTIME) << "Failed to reset the offset"; in ClearData()
|
/arkcompiler/runtime_core/platforms/unix/libpandabase/ |
D | trace.cpp | 51 PLOG(ERROR, TRACE) << "Cannot open file: " << TRACE_MARKER_PATH; in DoInit()
|
D | file.h | 193 PLOG(ERROR, RUNTIME) << "Failed to reset the length"; in ClearData() 202 PLOG(ERROR, RUNTIME) << "Failed to reset the offset"; in ClearData()
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | logger.h | 495 #define PLOG(level, component) _LOG_##level(component, true) macro 501 #define PLOG_IF(cond, level, component) (cond) && PLOG(level, component)
|