Home
last modified time | relevance | path

Searched refs:PLOG (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile.cpp288 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()
511PLOG(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/
Dfile.h165 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/
Dtrace.cpp51 PLOG(ERROR, TRACE) << "Cannot open file: " << TRACE_MARKER_PATH; in DoInit()
Dfile.h193 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/
Dlogger.h495 #define PLOG(level, component) _LOG_##level(component, true) macro
501 #define PLOG_IF(cond, level, component) (cond) && PLOG(level, component)