Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/dfx/
H A Devent_report.cpp32 const std::string PROC_SELF_CMDLINE_PATH = "/proc/self/cmdline"; variable
73 if (OHOS::LoadStringFromFile(PROC_SELF_CMDLINE_PATH, cmdline)) { in GetCurrentProcessName()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/common/
H A Ddfx_define.h67 static const char PROC_SELF_CMDLINE_PATH[] = "/proc/self/cmdline"; variable
/ohos5.0/base/hiviewdfx/faultloggerd/common/cutil/
H A Dmusl_cutil.h89 return ReadStringFromFile(PROC_SELF_CMDLINE_PATH, buffer, bufferSz); in GetProcessName()
H A Ddfx_cutil.c89 return ReadStringFromFile(PROC_SELF_CMDLINE_PATH, buffer, bufferSz); in GetProcessName()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
H A Dprocinfo.cpp249 path = std::string(PROC_SELF_CMDLINE_PATH);