Home
last modified time | relevance | path

Searched refs:PLOG (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/
H A Dipc_unix_socket.cpp38 PLOG(ERROR, DPROF) << "setsockopt() failed"; in CreateUnixServerSocket()
44 PLOG(ERROR, DPROF) << "CreateUnixServerSocket memset_s failed"; in CreateUnixServerSocket()
49 PLOG(ERROR, DPROF) << "CreateUnixServerSocket memcpy_s failed"; in CreateUnixServerSocket()
54 PLOG(ERROR, DPROF) << "bind() failed"; in CreateUnixServerSocket()
59 PLOG(ERROR, DPROF) << "listen() failed"; in CreateUnixServerSocket()
70 PLOG(ERROR, DPROF) << "socket() failed"; in CreateUnixClientSocket()
76 PLOG(ERROR, DPROF) << "CreateUnixClientSocket memset_s failed"; in CreateUnixClientSocket()
81 PLOG(ERROR, DPROF) << "CreateUnixClientSocket memcpy_s failed"; in CreateUnixClientSocket()
86 PLOG(ERROR, DPROF) << "connect() failed"; in CreateUnixClientSocket()
101 PLOG(ERRO in SendAll()
[all...]
H A Dipc_message.cpp25 PLOG(ERROR, DPROF) << "Cannot send message id"; in SendMessage()
31 PLOG(ERROR, DPROF) << "Cannot send data size"; in SendMessage()
36 PLOG(ERROR, DPROF) << "Cannot send message data, size=" << message.GetSize(); in SendMessage()
/arkcompiler/runtime_core/static_core/dprof/libstorage/dprof/
H A Dstorage.cpp113 PLOG(ERROR, DPROF) << "mkdir() failed"; in Create()
159 PLOG(FATAL, DPROF) << "closedir() failed"; in ForEachApps()
163 PLOG(FATAL, DPROF) << "opendir() failed, dir=" << storageDir_; in ForEachApps()
182 PLOG(ERROR, DPROF) << "stat() failed, path=" << path; in ForEachApps()
/arkcompiler/runtime_core/libpandafile/
H A Dfile.cpp279 PLOG(ERROR, PANDAFILE) << "Failed to copy buffer into mem'"; in OpenPandaFileFromMemory()
289 PLOG(DEBUG, PANDAFILE) << "Can't tag mmap anonymous, errno: " << errno; in OpenPandaFileFromMemory()
295 PLOG(ERROR, PANDAFILE) << "Failed to open panda file from memory'"; in OpenPandaFileFromMemory()
305 PLOG(ERROR, PANDAFILE) << "OpenPandaFileFromSecureMemory buffer is nullptr'"; in OpenPandaFileFromSecureMemory()
310 PLOG(ERROR, PANDAFILE) << "Secure memory check failed, please execute in secure memory."; in OpenPandaFileFromSecureMemory()
317 PLOG(ERROR, PANDAFILE) << "Failed to open panda file from secure memory'"; in OpenPandaFileFromSecureMemory()
529 PLOG(ERROR, PANDAFILE) << "Failed to open panda file '" << filename << "'"; in Open()
537 PLOG(ERROR, PANDAFILE) << "Failed to get size of panda file '" << filename << "'"; in Open()
550 PLOG(ERROR, PANDAFILE) << "Failed to map panda file '" << filename << "'"; in Open()
567 PLOG(ERRO in OpenUncompressedArchive()
[all...]
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile.cpp286 PLOG(ERROR, PANDAFILE) << "Failed to copy buffer into mem'"; in OpenPandaFileFromMemory()
296 PLOG(ERROR, PANDAFILE) << "Can't tag mmap anonymous, errno: " << errno; in OpenPandaFileFromMemory()
302 PLOG(ERROR, PANDAFILE) << "Failed to open panda file from memory'"; in OpenPandaFileFromMemory()
468 PLOG(ERROR, PANDAFILE) << "Failed to open panda file '" << filename << "'"; in Open()
476 PLOG(ERROR, PANDAFILE) << "Failed to get size of panda file '" << filename << "'"; in Open()
488 PLOG(ERROR, PANDAFILE) << "Failed to map panda file '" << filename << "'"; in Open()
506 PLOG(ERROR, PANDAFILE) << "OpenUncompressedArchive: Failed to open panda file '" << filename << "'"; in OpenUncompressedArchive()
519 PLOG(ERROR, PANDAFILE) << "Failed to map panda file '" << filename << "'"; in OpenUncompressedArchive()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dfile.h141 PLOG(ERROR, RUNTIME) << "Failed to reset the length"; in ClearData()
150 PLOG(ERROR, RUNTIME) << "Failed to reset the offset"; in ClearData()
/arkcompiler/runtime_core/static_core/quickener/
H A Dquick.cpp97 PLOG(ERROR, QUICKENER) << "Cannot create file writer with path '" << output.GetValue() << "'"; in main()
102 PLOG(ERROR, QUICKENER) << "Cannot write panda file '" << output.GetValue() << "'"; in main()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dtrace.cpp51 PLOG(ERROR, TRACE) << "Cannot open file: " << TRACE_MARKER_PATH; in DoInit()
H A 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/platforms/windows/libpandabase/
H A 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/static_core/platforms/unix/libpandabase/
H A Dtrace.cpp51 PLOG(ERROR, TRACE) << "Cannot open file: " << TRACE_MARKER_PATH; in DoInit()
H A Dfile.h183 PLOG(ERROR, RUNTIME) << "Failed to reset the length"; in ClearData()
192 PLOG(ERROR, RUNTIME) << "Failed to reset the offset"; in ClearData()
/arkcompiler/runtime_core/libpandabase/utils/
H A Dlogger.h505 #define PLOG(level, component) _LOG_##level(component, true) macro
511 #define PLOG_IF(cond, level, component) (cond) && PLOG(level, component)
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dlogger_test.cpp316 PLOG(ERROR, COMMON) << "a"; in TEST()
318 PLOG(INFO, COMPILER) << "b"; in TEST()
/arkcompiler/runtime_core/static_core/dprof/daemon/
H A Dmain.cpp264 PLOG(FATAL, DPROF) << "accept() failed"; in Main()

Completed in 10 milliseconds