Searched refs:TASK_PATH (Results 1 – 1 of 1) sorted by relevance
90 const std::string TASK_PATH = "/proc/" + std::to_string(current) + "/task"; in GetChildPids() local94 dir = opendir(TASK_PATH.c_str()); in GetChildPids()