Home
last modified time | relevance | path

Searched refs:PID_STR_NAME (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/faultloggerd/common/cutil/
H A Ddfx_cutil.c29 static const char PID_STR_NAME[] = "Pid:"; variable
110 if (strncmp(buf, PID_STR_NAME, strlen(PID_STR_NAME)) == 0) { in GetRealPid()
H A Dmusl_cutil.h32 static const char PID_STR_NAME[] = "Pid:"; variable
115 if (strncmp(buf, PID_STR_NAME, strlen(PID_STR_NAME)) != 0) { in GetRealPid()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
H A Dprocinfo.cpp35 const char PID_STR_NAME[] = "Pid:"; member
60 if (strncmp(buf, PID_STR_NAME, strlen(PID_STR_NAME)) == 0) { in GetProcStatusByPath()

Completed in 3 milliseconds