Searched refs:task_path (Results 1 – 3 of 3) sorted by relevance
24 task_path = os.path.join(cgroup_dir, 'tasks')25 task_file = open(task_path)27 raise error.TestError('failed to open %s' % task_path)
311 char task_path[NAME_MAX]; in EnumerateThreads() local312 if (!BuildProcPath(task_path, pid_, "task")) in EnumerateThreads()315 const int fd = sys_open(task_path, O_RDONLY | O_DIRECTORY, 0); in EnumerateThreads()
132 FilePath task_path = internal::GetProcPidDir(pid).Append("task"); in GetProcessCPU() local134 DIR* dir = opendir(task_path.value().c_str()); in GetProcessCPU()136 DPLOG(ERROR) << "opendir(" << task_path.value() << ")"; in GetProcessCPU()151 task_path.Append(ent->d_name).Append(internal::kStatFile); in GetProcessCPU()