Searched defs:task_dir (Results 1 – 2 of 2) sorted by relevance
92 const std::string task_dir = absl::StrCat("/proc/", pid, "/task"); in GetListOfTasks() local
238 base::ScopedDir task_dir(opendir(task_path.c_str())); in WriteAllProcesses() local