Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
H A Dprocinfo.cpp39 const char PPID_STR_NAME[] = "PPid:"; variable
78 if (strncmp(buf, PPID_STR_NAME, strlen(PPID_STR_NAME)) == 0) { in GetProcStatusByPath()