Searched refs:task_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/process/
H A Dprocess_metrics_linux.cc126 FilePath task_path = internal::GetProcPidDir(pid).Append("task"); local
128 DIR* dir = opendir(task_path.value().c_str());
130 DPLOG(ERROR) << "opendir(" << task_path.value() << ")";
145 task_path.Append(ent->d_name).Append(internal::kStatFile);

Completed in 1197 milliseconds