Searched refs:tgid_line (Results 1 – 1 of 1) sorted by relevance
24 const char* tgid_line = strstr(buf, kTgid); in IsProcess() local25 CHECK(tgid_line); in IsProcess()27 if (sscanf(tgid_line + strlen(kTgid), "%d", &tgid) != 1) in IsProcess()